Skip to content

Commit f431949

Browse files
authored
[CI] Bump ubuntu version (#62)
1 parent d718ef7 commit f431949

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 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-22.04"
13+
runs-on: "ubuntu-24.04"
1414
strategy:
1515
matrix:
1616
php:
@@ -35,7 +35,7 @@ jobs:
3535

3636
tests:
3737
name: Tests
38-
runs-on: "ubuntu-22.04"
38+
runs-on: "ubuntu-24.04"
3939
timeout-minutes: 10
4040

4141
strategy:
@@ -73,7 +73,7 @@ jobs:
7373
integration-tests:
7474
name: Tests
7575
needs: tests
76-
runs-on: "ubuntu-22.04"
76+
runs-on: "ubuntu-24.04"
7777
timeout-minutes: 10
7878

7979
strategy:

.github/workflows/frontend-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
frontend-test:
1212
name: Frontend build test
13-
runs-on: 'ubuntu-20.04'
13+
runs-on: 'ubuntu-24.04'
1414
timeout-minutes: 5
1515

1616
steps:

0 commit comments

Comments
 (0)