Skip to content

Commit 2216d0f

Browse files
committed
CI: use ubuntu-24.04
Signed-off-by: Akihiro Suda <[email protected]>
1 parent e6e01c4 commit 2216d0f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
jobs:
2121
lints:
2222
name: "Lints"
23-
runs-on: ubuntu-22.04
23+
runs-on: ubuntu-24.04
2424
timeout-minutes: 30
2525
steps:
2626
- uses: actions/checkout@v4
@@ -66,7 +66,7 @@ jobs:
6666

6767
unit:
6868
name: "Unit tests"
69-
runs-on: ubuntu-22.04
69+
runs-on: ubuntu-24.04
7070
timeout-minutes: 30
7171
strategy:
7272
fail-fast: false
@@ -204,7 +204,7 @@ jobs:
204204
# as they seem more stable than macOS instances.
205205
integration-linux:
206206
name: Integration tests (on Linux)
207-
runs-on: ubuntu-22.04
207+
runs-on: ubuntu-24.04
208208
timeout-minutes: 120
209209
strategy:
210210
fail-fast: false
@@ -269,7 +269,7 @@ jobs:
269269

270270
colima:
271271
name: Colima
272-
runs-on: ubuntu-22.04
272+
runs-on: ubuntu-24.04
273273
timeout-minutes: 120
274274
strategy:
275275
matrix:

0 commit comments

Comments
 (0)