diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 55e1e5c..b7b2f8c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}