Skip to content

Commit

Permalink
Fix x64 macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Oct 28, 2024
1 parent 825e66b commit 5f37407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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 5f37407

Please sign in to comment.