Skip to content

Commit

Permalink
Merge pull request #140 from ngrok/bob/fix-universal
Browse files Browse the repository at this point in the history
explicit x86_64-apple-darwin target
  • Loading branch information
bobzilladev authored May 23, 2024
2 parents 1401e2c + 99d11e7 commit 19b3c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
target: x86_64-apple-darwin
if: true
build: |
yarn build
yarn build --target x86_64-apple-darwin
strip -x *.node
- host: windows-latest
build: yarn build
Expand Down

0 comments on commit 19b3c39

Please sign in to comment.