Skip to content

Commit 0ea24bb

Browse files
ci(deps): update dependency ubuntu to v24
1 parent b543936 commit 0ea24bb

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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:

.github/workflows/build.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions:
2020

2121
jobs:
2222
setup:
23-
runs-on: ubuntu-22.04
23+
runs-on: ubuntu-24.04
2424
timeout-minutes: 15
2525

2626
outputs:
@@ -41,7 +41,7 @@ jobs:
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:
@@ -78,7 +78,7 @@ jobs:
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:

.github/workflows/devcontainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414

1515
jobs:
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

.github/workflows/trivy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions: {}
99

1010
jobs:
1111
trivy:
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
permissions:
1414
contents: read
1515
security-events: write

0 commit comments

Comments
 (0)