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 2020jobs :
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
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 :
You can’t perform that action at this time.
0 commit comments