Skip to content

Commit

Permalink
chore: upgrading to macos-12 as macos-11 support is dropped (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 authored Sep 5, 2024
1 parent 8de7bd5 commit 070a20d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos-executable-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 070a20d

Please sign in to comment.