Skip to content

Commit

Permalink
fix(build): build x86_64 for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
justinchuby authored May 18, 2024
1 parent cfbc90a commit 34a7c45
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 @@ -80,7 +80,7 @@ jobs:
needs: test
strategy:
matrix:
target: [x86]
target: [x86_64]
steps:
- uses: actions/checkout@v3
- name: Build wheels
Expand Down

0 comments on commit 34a7c45

Please sign in to comment.