Skip to content

Commit

Permalink
ci(deps): update dependency ubuntu github actions runner to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mergify[bot] committed Jan 14, 2023
1 parent 9ad1d14 commit cc5c9fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
strategy:
matrix:
os: [ windows-2022, macos-12, ubuntu-20.04 ]
os: [ windows-2022, macos-12, ubuntu-22.04 ]
runs-on: ${{ matrix.os }}
concurrency:
group: build-${{ github.workflow }}-${{ matrix.os }}-${{ github.event.number || github.ref }}
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
signing-key: ${{ secrets.SIGNING_KEY }}
signing-password: ${{ secrets.SIGNING_PASSWORD }}
success:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs:
- release
- build
Expand Down

0 comments on commit cc5c9fb

Please sign in to comment.