Skip to content

Commit

Permalink
chore: update to macos-12 (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 authored Sep 5, 2024
1 parent 070a20d commit 661c8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos-executable-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
echo "::set-output name=SHA_SHORT::$(git rev-parse --short HEAD)"
pack-macos:
needs: [get-tag, get-sha]
runs-on: macos-11
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- run: source .github/scripts/pack_macos.sh
Expand Down

0 comments on commit 661c8cc

Please sign in to comment.