Skip to content

Commit

Permalink
Update ci_windows.yml
Browse files Browse the repository at this point in the history
Remove mingw32
  • Loading branch information
chuckyvt committed Jan 1, 2025
1 parent 191879f commit c9e31e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
fail-fast: false
matrix:
include: [
{ msystem: MINGW64, arch: x86_64 },
{ msystem: MINGW32, arch: i686 }
{ msystem: MINGW64, arch: x86_64 }
]
defaults:
run:
Expand Down

0 comments on commit c9e31e9

Please sign in to comment.