Commit 058205b 1 parent 87ee96c commit 058205b Copy full SHA for 058205b
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
jobs :
17
17
generate-jobs :
18
18
name : Generate Jobs
19
- runs-on : ubuntu-22 .04
19
+ runs-on : ubuntu-24 .04
20
20
outputs :
21
21
strategy : ${{ steps.generate-jobs.outputs.strategy }}
22
22
steps :
32
32
needs : generate-jobs
33
33
strategy : ${{ fromJson(needs.generate-jobs.outputs.strategy) }}
34
34
name : ${{ matrix.name }}
35
- runs-on : ubuntu-22 .04
35
+ runs-on : ubuntu-24 .04
36
36
permissions :
37
37
contents : read
38
38
packages : write
@@ -177,7 +177,7 @@ jobs:
177
177
178
178
image-catalog :
179
179
name : Generate ClusterImageCatalog
180
- runs-on : ubuntu-22 .04
180
+ runs-on : ubuntu-24 .04
181
181
needs : build
182
182
steps :
183
183
- name : Checkout Code
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ defaults:
12
12
jobs :
13
13
build :
14
14
name : Run update script
15
- runs-on : ubuntu-22 .04
15
+ runs-on : ubuntu-24 .04
16
16
steps :
17
17
- uses : actions/checkout@v4
18
18
with :
You can’t perform that action at this time.
0 commit comments