Skip to content

Commit 419d9f6

Browse files
chore(deps): update dependency ubuntu to v24
1 parent 7b996b2 commit 419d9f6

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/build-push.yml

+1-1
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

+7-7
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
steps:
2525
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2626
with:
@@ -32,7 +32,7 @@ jobs:
3232
save-cache: true
3333

3434
lint:
35-
runs-on: ubuntu-22.04
35+
runs-on: ubuntu-24.04
3636
needs: setup
3737
timeout-minutes: 15
3838
permissions:
@@ -69,7 +69,7 @@ jobs:
6969
check_all_files_with_shebangs: 'true'
7070

7171
bats:
72-
runs-on: ubuntu-22.04
72+
runs-on: ubuntu-24.04
7373
needs: setup
7474
timeout-minutes: 15
7575

@@ -93,7 +93,7 @@ jobs:
9393
run: pnpm test:bats
9494

9595
vitest:
96-
runs-on: ubuntu-22.04
96+
runs-on: ubuntu-24.04
9797
needs: setup
9898
timeout-minutes: 15
9999

@@ -115,7 +115,7 @@ jobs:
115115
token: ${{ secrets.CODECOV_TOKEN }}
116116

117117
base:
118-
runs-on: ubuntu-22.04
118+
runs-on: ubuntu-24.04
119119
needs: setup
120120
timeout-minutes: 15
121121

@@ -156,7 +156,7 @@ jobs:
156156
# CONTAINERBASE_CDN: ${{ vars.CONTAINERBASE_CDN }}
157157

158158
distro:
159-
runs-on: ubuntu-22.04
159+
runs-on: ubuntu-24.04
160160
needs:
161161
- bats
162162
- lint
@@ -274,7 +274,7 @@ jobs:
274274
needs:
275275
- distro
276276
- lang
277-
runs-on: ubuntu-22.04
277+
runs-on: ubuntu-24.04
278278
timeout-minutes: 1
279279
if: always()
280280
steps:

.github/workflows/devcontainer.yml

+1-1
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

+1-1
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)