Skip to content

Commit 058205b

Browse files
chore(deps): update dependency ubuntu to v24 (#146)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 87ee96c commit 058205b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
jobs:
1717
generate-jobs:
1818
name: Generate Jobs
19-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-24.04
2020
outputs:
2121
strategy: ${{ steps.generate-jobs.outputs.strategy }}
2222
steps:
@@ -32,7 +32,7 @@ jobs:
3232
needs: generate-jobs
3333
strategy: ${{ fromJson(needs.generate-jobs.outputs.strategy) }}
3434
name: ${{ matrix.name }}
35-
runs-on: ubuntu-22.04
35+
runs-on: ubuntu-24.04
3636
permissions:
3737
contents: read
3838
packages: write
@@ -177,7 +177,7 @@ jobs:
177177

178178
image-catalog:
179179
name: Generate ClusterImageCatalog
180-
runs-on: ubuntu-22.04
180+
runs-on: ubuntu-24.04
181181
needs: build
182182
steps:
183183
- name: Checkout Code

.github/workflows/update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ defaults:
1212
jobs:
1313
build:
1414
name: Run update script
15-
runs-on: ubuntu-22.04
15+
runs-on: ubuntu-24.04
1616
steps:
1717
- uses: actions/checkout@v4
1818
with:

0 commit comments

Comments
 (0)