File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 3333
3434 release :
3535 needs : [build]
36- runs-on : ubuntu-22 .04
36+ runs-on : ubuntu-24 .04
3737 timeout-minutes : 15
3838
3939 permissions :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ permissions:
2020
2121jobs :
2222 setup :
23- runs-on : ubuntu-22 .04
23+ runs-on : ubuntu-24 .04
2424 timeout-minutes : 15
2525
2626 outputs :
4141 run : echo "uid=$(uuidgen)" >> ${GITHUB_OUTPUT}
4242
4343 lint :
44- runs-on : ubuntu-22 .04
44+ runs-on : ubuntu-24 .04
4545 needs : setup
4646 timeout-minutes : 15
4747 permissions :
7878 check_all_files_with_shebangs : ' true'
7979
8080 bats :
81- runs-on : ubuntu-22 .04
81+ runs-on : ubuntu-24 .04
8282 needs : setup
8383 timeout-minutes : 15
8484
@@ -102,7 +102,7 @@ jobs:
102102 run : pnpm test:bats
103103
104104 vitest :
105- runs-on : ubuntu-22 .04
105+ runs-on : ubuntu-24 .04
106106 needs : setup
107107 timeout-minutes : 15
108108
@@ -124,7 +124,7 @@ jobs:
124124 token : ${{ secrets.CODECOV_TOKEN }}
125125
126126 build :
127- runs-on : ubuntu-22 .04
127+ runs-on : ubuntu-24 .04
128128 needs : setup
129129 timeout-minutes : 15
130130
@@ -159,7 +159,7 @@ jobs:
159159 matrix :
160160 arch :
161161 - name : x86_64
162- os : ubuntu-22 .04
162+ os : ubuntu-24 .04
163163 tag : amd64
164164 - name : aarch64
165165 os : ubuntu-22.04-arm
@@ -203,7 +203,7 @@ jobs:
203203 # CONTAINERBASE_CDN: ${{ vars.CONTAINERBASE_CDN }}
204204
205205 distro :
206- runs-on : ubuntu-22 .04
206+ runs-on : ubuntu-24 .04
207207 needs :
208208 - bats
209209 - lint
@@ -294,7 +294,7 @@ jobs:
294294 - latest
295295 arch :
296296 - name : x86_64
297- os : ubuntu-22 .04
297+ os : ubuntu-24 .04
298298 tag : amd64
299299 - name : aarch64
300300 os : ubuntu-22.04-arm
@@ -333,7 +333,7 @@ jobs:
333333 needs :
334334 - distro
335335 - lang
336- runs-on : ubuntu-22 .04
336+ runs-on : ubuntu-24 .04
337337 timeout-minutes : 1
338338 if : always()
339339 steps :
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ permissions:
1414
1515jobs :
1616 devcontainer-test :
17- runs-on : ubuntu-22 .04
17+ runs-on : ubuntu-24 .04
1818 if : github.event.pull_request.draft != true
1919 steps :
2020 - name : Checkout
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ permissions: {}
99
1010jobs :
1111 trivy :
12- runs-on : ubuntu-22 .04
12+ runs-on : ubuntu-24 .04
1313 permissions :
1414 contents : read
1515 security-events : write
You can’t perform that action at this time.
0 commit comments