Skip to content

Commit

Permalink
ci(deps): update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent 4230921 commit f9eefed
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
check-secrets:
environment: release_env
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
run-with-secrets: ${{ steps.require-secrets.outputs.run-with-secrets }}
steps:
Expand All @@ -25,7 +25,7 @@ jobs:
staging-repo:
environment: release_env
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- check-secrets
concurrency:
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
# os: [ windows-2022, macos-12, ubuntu-22.04 ]
# runs-on: ${{ matrix.os }}
# Comment if cross-compilation is needed
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
concurrency:
group: build-${{ github.workflow }}-${{ matrix.os }}-${{ github.event.number || github.ref }}
cancel-in-progress: true
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
needs:
- staging-repo
- build
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: |
always() &&
needs.check-secrets.outputs.run-with-secrets == 'true' &&
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
- staging-repo
- build
- close-staging-repos
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: |
always() &&
needs.check-secrets.outputs.run-with-secrets == 'true' &&
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
signing-password: ${{ secrets.SIGNING_PASSWORD }}

success:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- check-secrets
- staging-repo
Expand Down

0 comments on commit f9eefed

Please sign in to comment.