chore(deps): update dependency ubuntu to v22

This commit is contained in:
renovate[bot] 2023-08-25 23:44:12 +00:00 committed by GitHub
parent 4f3a729c77
commit 3b356fba1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,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:
@ -162,7 +162,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 }}