Skip to content

Commit

Permalink
ci(deps): update dependency ubuntu github actions runner to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 26, 2024
1 parent bbc5f72 commit c0e8a09
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 @@ -73,7 +73,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ windows-2022, macos-14, ubuntu-22.04 ]
os: [ windows-2022, macos-14, ubuntu-24.04 ]
runs-on: ${{ matrix.os }}
concurrency:
group: build-${{ github.workflow }}-${{ matrix.os }}-${{ github.event.number || github.ref }}
Expand All @@ -100,7 +100,7 @@ jobs:
needs:
- staging-repo
- build
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: needs.check-secrets.outputs.run-with-secrets == 'true'
steps:
- name: Checkout the repo
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
- staging-repo
- build
- close-staging-repos
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: needs.check-secrets.outputs.run-with-secrets == 'true'
steps:
- name: Checkout
Expand Down Expand Up @@ -159,7 +159,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
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 c0e8a09

Please sign in to comment.