@@ -23,7 +23,7 @@ concurrency:
2323
2424jobs :
2525 meta :
26- runs-on : ubuntu-22 .04
26+ runs-on : ubuntu-24 .04
2727 steps :
2828 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2929 - id : tag
5252
5353 info :
5454 needs : meta
55- runs-on : ubuntu-22 .04
55+ runs-on : ubuntu-24 .04
5656 timeout-minutes : 2
5757 steps :
5858 - name : Info
6363 build-cli :
6464 needs : meta
6565 if : needs.meta.outputs.changed == 'true'
66- runs-on : ubuntu-22 .04
66+ runs-on : ubuntu-24 .04
6767 timeout-minutes : 15
6868 steps :
6969 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
9595 build-core :
9696 needs : meta
9797 if : needs.meta.outputs.changed == 'true'
98- runs-on : ubuntu-22 .04
98+ runs-on : ubuntu-24 .04
9999 strategy :
100100 matrix :
101101 component :
@@ -132,7 +132,7 @@ jobs:
132132 - cni-calico-deep
133133 - deep
134134 - deep-native-sidecar
135- runs-on : ubuntu-22 .04
135+ runs-on : ubuntu-24 .04
136136 timeout-minutes : 15
137137 steps :
138138 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -158,7 +158,7 @@ jobs:
158158 test-policy :
159159 needs : [meta, build-cli, build-core]
160160 if : needs.meta.outputs.changed == 'true'
161- runs-on : ubuntu-22 .04
161+ runs-on : ubuntu-24 .04
162162 timeout-minutes : 20
163163 strategy :
164164 matrix :
@@ -218,7 +218,7 @@ jobs:
218218 build-ext :
219219 needs : meta
220220 if : needs.meta.outputs.changed == 'true'
221- runs-on : ubuntu-22 .04
221+ runs-on : ubuntu-24 .04
222222 strategy :
223223 matrix :
224224 component :
@@ -259,7 +259,7 @@ jobs:
259259 - helm-upgrade
260260 - uninstall
261261 - upgrade-edge
262- runs-on : ubuntu-22 .04
262+ runs-on : ubuntu-24 .04
263263 timeout-minutes : 15
264264 steps :
265265 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -284,7 +284,7 @@ jobs:
284284 test-viz :
285285 needs : [meta, build-cli, build-core, build-ext]
286286 if : needs.meta.outputs.changed == 'true'
287- runs-on : ubuntu-22 .04
287+ runs-on : ubuntu-24 .04
288288 timeout-minutes : 30
289289 steps :
290290 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -310,7 +310,7 @@ jobs:
310310 test-multicluster :
311311 needs : [meta, build-cli, build-core, build-ext]
312312 if : needs.meta.outputs.changed == 'true'
313- runs-on : ubuntu-22 .04
313+ runs-on : ubuntu-24 .04
314314 timeout-minutes : 30
315315 strategy :
316316 matrix :
@@ -358,7 +358,7 @@ jobs:
358358 build-ok :
359359 needs : [build-cli, build-core, build-ext]
360360 if : always()
361- runs-on : ubuntu-22 .04
361+ runs-on : ubuntu-24 .04
362362 steps :
363363 - name : Results
364364 run : |
@@ -375,7 +375,7 @@ jobs:
375375 needs :
376376 [build-ok, test-core, test-policy, test-ext, test-viz, test-multicluster]
377377 if : failure() && fromJSON(github.run_attempt) < 3 && needs.build-ok.result == 'success'
378- runs-on : ubuntu-22 .04
378+ runs-on : ubuntu-24 .04
379379 permissions :
380380 actions : write
381381 env :
@@ -390,7 +390,7 @@ jobs:
390390 needs :
391391 [build-ok, test-core, test-policy, test-ext, test-viz, test-multicluster]
392392 if : always()
393- runs-on : ubuntu-22 .04
393+ runs-on : ubuntu-24 .04
394394 steps :
395395 - name : Results
396396 run : |
0 commit comments