Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24 (#146)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 23, 2025
1 parent 87ee96c commit 058205b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
jobs:
generate-jobs:
name: Generate Jobs
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
strategy: ${{ steps.generate-jobs.outputs.strategy }}
steps:
Expand All @@ -32,7 +32,7 @@ jobs:
needs: generate-jobs
strategy: ${{ fromJson(needs.generate-jobs.outputs.strategy) }}
name: ${{ matrix.name }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:

image-catalog:
name: Generate ClusterImageCatalog
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: build
steps:
- name: Checkout Code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defaults:
jobs:
build:
name: Run update script
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 058205b

Please sign in to comment.