Skip to content

Commit

Permalink
use mac arm
Browse files Browse the repository at this point in the history
  • Loading branch information
kgartland-rstudio committed Oct 2, 2024
1 parent 3a66dd1 commit 5b985e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/contract.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
if: matrix.runs-on == 'windows-latest'
- name: Extract dist on macos
run: |
unzip dist/*-darwin-amd64.vsix -d dist/ext
unzip dist/*-darwin-arm64.vsix -d dist/ext
if: matrix.runs-on == 'macos-latest'
- run: chmod -R +x ./bin
- run: echo "${FUZZBUCKET_SSH_KEY}" > test/setup/fuzzbucket-ssh-key && chmod 600 test/setup/fuzzbucket-ssh-key
Expand Down

0 comments on commit 5b985e6

Please sign in to comment.