Skip to content

Commit

Permalink
ci: fix x86_64 darwin build
Browse files Browse the repository at this point in the history
  • Loading branch information
NovusTheory committed May 29, 2024
1 parent bec58fb commit 53f82fe
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 @@ -28,7 +28,7 @@ jobs:
settings:
- host: macos-latest
target: x86_64-apple-darwin
build: yarn build
build: yarn build --target x86_64-apple-darwin
- host: windows-latest
build: yarn build
target: x86_64-pc-windows-msvc
Expand Down

0 comments on commit 53f82fe

Please sign in to comment.