Skip to content

Commit 19b3c39

Browse files
authored
Merge pull request #140 from ngrok/bob/fix-universal
explicit x86_64-apple-darwin target
2 parents 1401e2c + 99d11e7 commit 19b3c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
target: x86_64-apple-darwin
6868
if: true
6969
build: |
70-
yarn build
70+
yarn build --target x86_64-apple-darwin
7171
strip -x *.node
7272
- host: windows-latest
7373
build: yarn build

0 commit comments

Comments
 (0)