Skip to content

Commit

Permalink
FIX: remove i686-pc-windows-gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
tcztzy committed Sep 27, 2024
1 parent 8471065 commit d50fdf0
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 @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
python-version: ['3.10', '3.11']
target: [x86_64-pc-windows-msvc, x86_64-pc-windows-gnu, i686-pc-windows-msvc, i686-pc-windows-gnu]
target: [x86_64-pc-windows-msvc, x86_64-pc-windows-gnu, i686-pc-windows-msvc]
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
Expand Down

0 comments on commit d50fdf0

Please sign in to comment.