From 070a20d060c30cb5dc59b4929cf33fb2ce0856e7 Mon Sep 17 00:00:00 2001 From: Shubham Date: Thu, 5 Sep 2024 20:42:37 +0530 Subject: [PATCH] chore: upgrading to macos-12 as macos-11 support is dropped (#604) --- .github/workflows/acceptance-tests.yml | 4 ++-- .github/workflows/macos-executable-release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/acceptance-tests.yml b/.github/workflows/acceptance-tests.yml index 679f93008..6f686037e 100644 --- a/.github/workflows/acceptance-tests.yml +++ b/.github/workflows/acceptance-tests.yml @@ -42,7 +42,7 @@ jobs: wait-for-brew-releases: name: Wait for brew Release to complete - runs-on: macos-11 + runs-on: macos-12 continue-on-error: true strategy: matrix: @@ -135,7 +135,7 @@ jobs: wait-for-macos-releases: name: Wait for macos platform executables Release to complete - runs-on: macos-11 + runs-on: macos-12 continue-on-error: true needs: [ get-branch, get-tag ] outputs: diff --git a/.github/workflows/macos-executable-release.yml b/.github/workflows/macos-executable-release.yml index 66a837bc3..5c08c00e0 100644 --- a/.github/workflows/macos-executable-release.yml +++ b/.github/workflows/macos-executable-release.yml @@ -7,7 +7,7 @@ on: default: twilio jobs: get-tag: - runs-on: macos-11 + runs-on: macos-12 outputs: TAG_NAME: ${{steps.get-tag.outputs.TAG_NAME}} steps: @@ -18,7 +18,7 @@ jobs: git fetch --prune --unshallow echo "::set-output name=TAG_NAME::$(git describe --tags $(git rev-list --tags --max-count=1))" get-sha: - runs-on: macos-11 + runs-on: macos-12 outputs: SHA_SHORT: ${{steps.get-sha.outputs.SHA_SHORT}} steps: