chore(deps): update dependency ubuntu to v22

This commit is contained in:
renovate[bot] 2023-08-25 02:06:53 +00:00 committed by GitHub
parent 6a7c8eef42
commit ec203dca55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@ jobs:
# Build and packages all the platform-agnostic(ish) things
upload-global-artifacts:
needs: upload-local-artifacts
runs-on: "ubuntu-20.04"
runs-on: "ubuntu-22.04"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
@ -165,7 +165,7 @@ jobs:
upload-homebrew-formula:
needs: [create-release, upload-global-artifacts]
runs-on: "ubuntu-20.04"
runs-on: "ubuntu-22.04"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASES: ${{ needs.create-release.outputs.releases }}