Skip to content

Commit f20bd65

Browse files
committed
fix: use targeting for x64 darwin
1 parent c9570cd commit f20bd65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
target: x86_64-apple-darwin
2828
architecture: x64
2929
build: |
30-
npm run build
30+
npm run build -- --target x86_64-apple-darwin
3131
strip -x *.node
3232
- host: windows-latest
3333
build: npm run build

0 commit comments

Comments
 (0)