Skip to content

Commit

Permalink
ci: drop mingw32
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiud committed Jul 13, 2024
1 parent 527a654 commit 9880642
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: true
matrix:
build_type: [Release, Debug]
sys: [mingw32, mingw64]
sys: [mingw64]
lib: [shared, static]
components: [minimal, lgpl, gpl]
metis: [no-metis, metis]
Expand All @@ -24,8 +24,6 @@ jobs:
- components: minimal
metis: metis
include:
- sys: mingw32
env: i686
- sys: mingw64
env: x86_64

Expand Down

0 comments on commit 9880642

Please sign in to comment.