Skip to content

Commit 9880642

Browse files
committed
ci: drop mingw32
1 parent 527a654 commit 9880642

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: true
1616
matrix:
1717
build_type: [Release, Debug]
18-
sys: [mingw32, mingw64]
18+
sys: [mingw64]
1919
lib: [shared, static]
2020
components: [minimal, lgpl, gpl]
2121
metis: [no-metis, metis]
@@ -24,8 +24,6 @@ jobs:
2424
- components: minimal
2525
metis: metis
2626
include:
27-
- sys: mingw32
28-
env: i686
2927
- sys: mingw64
3028
env: x86_64
3129

0 commit comments

Comments
 (0)