@@ -25,7 +25,7 @@ defaults:
2525
2626jobs :
2727 unit-test :
28- runs-on : ubuntu-22 .04
28+ runs-on : ubuntu-24 .04
2929 steps :
3030 - name : Check out code
3131 uses : actions/checkout@v4
7979 focus : Quick start
8080 provider : ${{ matrix.config.provider }}
8181 kubernetes-version : ${{ matrix.config.kubernetesVersion }}
82- runs-on : ${{ matrix.config.provider == 'Nutanix' && 'self-hosted-ncn-dind' || 'ubuntu-22 .04' }}
82+ runs-on : ${{ matrix.config.provider == 'Nutanix' && 'self-hosted-ncn-dind' || 'ubuntu-24 .04' }}
8383 base-os : ${{ matrix.config.provider == 'Nutanix' && matrix.config.baseOS || '' }}
8484 secrets : inherit
8585 permissions :
@@ -109,14 +109,14 @@ jobs:
109109 focus : Self-hosted
110110 provider : ${{ matrix.config.provider }}
111111 kubernetes-version : ${{ matrix.config.kubernetesVersion }}
112- runs-on : ${{ matrix.config.provider == 'Nutanix' && 'self-hosted-ncn-dind' || 'ubuntu-22 .04' }}
112+ runs-on : ${{ matrix.config.provider == 'Nutanix' && 'self-hosted-ncn-dind' || 'ubuntu-24 .04' }}
113113 secrets : inherit
114114 permissions :
115115 contents : read
116116 checks : write
117117
118118 lint-go :
119- runs-on : ubuntu-22 .04
119+ runs-on : ubuntu-24 .04
120120 strategy :
121121 matrix :
122122 module : [api, common, .]
@@ -149,7 +149,7 @@ jobs:
149149 golangci_lint_flags : " --config=${{ github.workspace }}/.golangci.yml"
150150
151151 lint-gha :
152- runs-on : ubuntu-22 .04
152+ runs-on : ubuntu-24 .04
153153 permissions :
154154 pull-requests : write
155155 steps :
@@ -163,7 +163,7 @@ jobs:
163163 reporter : github-pr-review
164164
165165 pre-commit :
166- runs-on : ubuntu-22 .04
166+ runs-on : ubuntu-24 .04
167167 steps :
168168 - name : Check out code
169169 uses : actions/checkout@v4
@@ -197,7 +197,7 @@ jobs:
197197 SKIP : no-commit-to-branch,golangci-lint,actionlint-system
198198
199199 lint-test-helm :
200- runs-on : ubuntu-22 .04
200+ runs-on : ubuntu-24 .04
201201 env :
202202 KIND_CLUSTER_NAME : chart-testing
203203 KIND_KUBECONFIG : ct-kind-kubeconfig
0 commit comments