File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
jobs :
21
21
lints :
22
22
name : " Lints"
23
- runs-on : ubuntu-22 .04
23
+ runs-on : ubuntu-24 .04
24
24
timeout-minutes : 30
25
25
steps :
26
26
- uses : actions/checkout@v4
66
66
67
67
unit :
68
68
name : " Unit tests"
69
- runs-on : ubuntu-22 .04
69
+ runs-on : ubuntu-24 .04
70
70
timeout-minutes : 30
71
71
strategy :
72
72
fail-fast : false
@@ -204,7 +204,7 @@ jobs:
204
204
# as they seem more stable than macOS instances.
205
205
integration-linux :
206
206
name : Integration tests (on Linux)
207
- runs-on : ubuntu-22 .04
207
+ runs-on : ubuntu-24 .04
208
208
timeout-minutes : 120
209
209
strategy :
210
210
fail-fast : false
@@ -269,7 +269,7 @@ jobs:
269
269
270
270
colima :
271
271
name : Colima
272
- runs-on : ubuntu-22 .04
272
+ runs-on : ubuntu-24 .04
273
273
timeout-minutes : 120
274
274
strategy :
275
275
matrix :
You can’t perform that action at this time.
0 commit comments