File tree 4 files changed +10
-10
lines changed
4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 33
33
34
34
release :
35
35
needs : [build]
36
- runs-on : ubuntu-22 .04
36
+ runs-on : ubuntu-24 .04
37
37
timeout-minutes : 15
38
38
39
39
permissions :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ permissions:
20
20
21
21
jobs :
22
22
setup :
23
- runs-on : ubuntu-22 .04
23
+ runs-on : ubuntu-24 .04
24
24
steps :
25
25
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
26
with :
32
32
save-cache : true
33
33
34
34
lint :
35
- runs-on : ubuntu-22 .04
35
+ runs-on : ubuntu-24 .04
36
36
needs : setup
37
37
timeout-minutes : 15
38
38
permissions :
69
69
check_all_files_with_shebangs : ' true'
70
70
71
71
bats :
72
- runs-on : ubuntu-22 .04
72
+ runs-on : ubuntu-24 .04
73
73
needs : setup
74
74
timeout-minutes : 15
75
75
93
93
run : pnpm test:bats
94
94
95
95
vitest :
96
- runs-on : ubuntu-22 .04
96
+ runs-on : ubuntu-24 .04
97
97
needs : setup
98
98
timeout-minutes : 15
99
99
@@ -115,7 +115,7 @@ jobs:
115
115
token : ${{ secrets.CODECOV_TOKEN }}
116
116
117
117
base :
118
- runs-on : ubuntu-22 .04
118
+ runs-on : ubuntu-24 .04
119
119
needs : setup
120
120
timeout-minutes : 15
121
121
@@ -156,7 +156,7 @@ jobs:
156
156
# CONTAINERBASE_CDN: ${{ vars.CONTAINERBASE_CDN }}
157
157
158
158
distro :
159
- runs-on : ubuntu-22 .04
159
+ runs-on : ubuntu-24 .04
160
160
needs :
161
161
- bats
162
162
- lint
@@ -274,7 +274,7 @@ jobs:
274
274
needs :
275
275
- distro
276
276
- lang
277
- runs-on : ubuntu-22 .04
277
+ runs-on : ubuntu-24 .04
278
278
timeout-minutes : 1
279
279
if : always()
280
280
steps :
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ permissions:
14
14
15
15
jobs :
16
16
devcontainer-test :
17
- runs-on : ubuntu-22 .04
17
+ runs-on : ubuntu-24 .04
18
18
if : github.event.pull_request.draft != true
19
19
steps :
20
20
- name : Checkout
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ permissions: {}
9
9
10
10
jobs :
11
11
trivy :
12
- runs-on : ubuntu-22 .04
12
+ runs-on : ubuntu-24 .04
13
13
permissions :
14
14
contents : read
15
15
security-events : write
You can’t perform that action at this time.
0 commit comments