Skip to content

Commit d32f054

Browse files
committed
0.10.3 - Fix x86_64 Mac CI target
1 parent d7ce24a commit d32f054

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
@@ -30,7 +30,7 @@ jobs:
3030
settings:
3131
- host: macos-latest
3232
target: x86_64-apple-darwin
33-
build: yarn build
33+
build: yarn build --target x86_64-apple-darwin
3434
- host: windows-latest
3535
build: yarn build
3636
target: x86_64-pc-windows-msvc

0 commit comments

Comments
 (0)