@@ -34,7 +34,7 @@ permissions:
3434jobs :
3535 checks :
3636 name : Checks and variables
37- runs-on : ubuntu-22 .04
37+ runs-on : ubuntu-24 .04
3838 permissions :
3939 contents : read
4040 id-token : write
@@ -176,7 +176,7 @@ jobs:
176176
177177 verify-codegen :
178178 name : Verify generated code
179- runs-on : ubuntu-22 .04
179+ runs-on : ubuntu-24 .04
180180 permissions :
181181 contents : read
182182 needs : checks
@@ -229,7 +229,7 @@ jobs:
229229
230230 unit-tests :
231231 name : Unit Tests
232- runs-on : ubuntu-22 .04
232+ runs-on : ubuntu-24 .04
233233 needs : checks
234234 env :
235235 GOPROXY : ${{ needs.checks.outputs.go_proxy }}
@@ -273,7 +273,7 @@ jobs:
273273
274274 binaries :
275275 name : Build Binaries
276- runs-on : ubuntu-22 .04
276+ runs-on : ubuntu-24 .04
277277 needs : [checks, unit-tests, verify-codegen]
278278 permissions :
279279 contents : write # for goreleaser/goreleaser-action to manage releases
@@ -422,7 +422,7 @@ jobs:
422422 package-tests :
423423 if : ${{ needs.checks.outputs.docs_only != 'true' && (inputs.run_tests && inputs.run_tests || true) }}
424424 name : Package Tests
425- runs-on : ubuntu-22 .04
425+ runs-on : ubuntu-24 .04
426426 needs : [checks, binaries, build-docker, build-docker-plus, build-docker-nap]
427427 permissions :
428428 contents : read
@@ -482,7 +482,7 @@ jobs:
482482 helm-tests :
483483 if : ${{ needs.checks.outputs.docs_only != 'true' && (inputs.run_tests && inputs.run_tests || true) }}
484484 name : Helm Tests ${{ matrix.base-os }}
485- runs-on : ubuntu-22 .04
485+ runs-on : ubuntu-24 .04
486486 needs : [checks, binaries, build-docker, build-docker-plus]
487487 strategy :
488488 fail-fast : false
@@ -621,7 +621,7 @@ jobs:
621621 setup-matrix :
622622 if : ${{ inputs.force || (inputs.run_tests && inputs.run_tests || true) || needs.checks.outputs.docs_only != 'true' }}
623623 name : Setup Matrix for Smoke Tests
624- runs-on : ubuntu-22 .04
624+ runs-on : ubuntu-24 .04
625625 needs : [binaries, checks]
626626 permissions :
627627 contents : read
@@ -777,7 +777,7 @@ jobs:
777777
778778 final-results :
779779 if : ${{ !cancelled() }}
780- runs-on : ubuntu-22 .04
780+ runs-on : ubuntu-24 .04
781781 name : Final CI Results
782782 needs : [tag-stable, build-docker, build-docker-plus, build-docker-nap, smoke-tests-oss, smoke-tests-plus, smoke-tests-nap, package-tests, helm-tests]
783783 steps :
0 commit comments