Skip to content

Commit

Permalink
🔧 disable x86 arch for windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret committed Sep 21, 2023
1 parent fec16d2 commit 6cffac6
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 @@ -91,7 +91,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
target: [x64, x86]
target: [x64,]
python_version: ['3.10', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10']
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 6cffac6

Please sign in to comment.