From ec203dca557be8f1ed8061faf6095c51761e1a4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 02:06:53 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v22 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}