chore(deps): update dependency ubuntu to v22

This commit is contained in:
renovate[bot] 2023-11-02 20:52:20 +00:00 committed by GitHub
parent 1396cd8d22
commit 4eff3e1f12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -132,7 +132,7 @@ jobs:
# Build and package all the platform-agnostic(ish) things
upload-global-artifacts:
needs: [plan, upload-local-artifacts]
runs-on: "ubuntu-20.04"
runs-on: "ubuntu-22.04"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
@ -176,7 +176,7 @@ jobs:
publish-homebrew-formula:
needs: [plan, should-publish]
runs-on: "ubuntu-20.04"
runs-on: "ubuntu-22.04"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PLAN: ${{ needs.plan.outputs.val }}