Skip to content

Commit 1a17ea5

Browse files
committed
Updated ubunut version for CI
1 parent 0f05c0b commit 1a17ea5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
cs-fix:
1212
name: Run code style check
13-
runs-on: "ubuntu-20.04"
13+
runs-on: "ubuntu-24.04"
1414
strategy:
1515
matrix:
1616
php:
@@ -35,7 +35,7 @@ jobs:
3535

3636
tests:
3737
name: Unit tests
38-
runs-on: "ubuntu-20.04"
38+
runs-on: "ubuntu-24.04"
3939
timeout-minutes: 15
4040

4141
strategy:

0 commit comments

Comments
 (0)