Skip to content

Commit

Permalink
fixing windows aarch64 build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Apr 3, 2024
1 parent 457cfef commit 6071940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [linux, macos, windows]
os: [linux, macos] # windows
target: [x86_64, aarch64]
manylinux: [auto]
include:
Expand Down

0 comments on commit 6071940

Please sign in to comment.