Skip to content

Commit c19e328

Browse files
committed
fix: fix darwin x64 build
1 parent d098554 commit c19e328

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
target: x86_64-apple-darwin
3535
architecture: x64
3636
build: |
37-
yarn build
37+
yarn build --target x86_64-apple-darwin
3838
strip -x *.node
3939
- host: macos-latest
4040
target: aarch64-apple-darwin
@@ -198,7 +198,7 @@ jobs:
198198
matrix:
199199
settings:
200200
- host: macos-latest
201-
target: x86_64-apple-darwin
201+
target: aarch64-apple-darwin
202202
node:
203203
- "18"
204204
- "20"

0 commit comments

Comments
 (0)