Skip to content

Commit

Permalink
build: use cross for x86_64-pc-windows-gnu
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Nov 17, 2024
1 parent 2b782b2 commit d96a538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cross-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
os-name: windows
target: x86_64-pc-windows-gnu
architecture: x86_64
use-cross: false
use-cross: true
- os: macos-13
os-name: macos
target: x86_64-apple-darwin
Expand Down

0 comments on commit d96a538

Please sign in to comment.