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 Nov 5, 2024
1 parent 7a1b127 commit d9678af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
check-secrets:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
run-with-secrets: ${{ steps.require-secrets.outputs.run-with-secrets }}
steps:
Expand All @@ -20,7 +20,7 @@ jobs:
echo "run-with-secrets=${{ steps.detect-secrets.outputs.has-secrets == 'true' && !github.event.repository.fork }}" >> $GITHUB_OUTPUT
staging-repo:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- check-secrets
concurrency:
Expand Down Expand Up @@ -77,7 +77,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 @@ -119,7 +119,7 @@ jobs:
- staging-repo
- test-extensively
- 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 @@ -152,7 +152,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 @@ -192,7 +192,7 @@ jobs:
signing-key: ${{ secrets.SIGNING_KEY }}
signing-password: ${{ secrets.SIGNING_PASSWORD }}
success:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- check-secrets
- staging-repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dispatcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
dispatcher:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: >-
github.event_name != 'pull_request'
|| github.event.pull_request.head.repo.full_name != github.repository
Expand Down

0 comments on commit d9678af

Please sign in to comment.