Skip to content

Commit 4f05f70

Browse files
committed
Remove mingw32 from the CI
rust-lang/rust#59604
1 parent 1209b09 commit 4f05f70

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/main.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
build: [stable, beta, nightly, linux32, macos, aarch64-ios, win32, win64, mingw32, mingw64, windows-2016]
13+
build: [stable, beta, nightly, linux32, macos, aarch64-ios, win32, win64, mingw64, windows-2016]
1414
include:
1515
- build: stable
1616
os: ubuntu-latest
@@ -48,11 +48,6 @@ jobs:
4848
os: windows-latest
4949
rust: stable
5050
target: x86_64-pc-windows-msvc
51-
# https://github.com/rust-lang/rust/issues/59604
52-
# - build: mingw32
53-
# os: windows-latest
54-
# rust: stable-i686-gnu
55-
# target: i686-pc-windows-gnu
5651
- build: mingw64
5752
os: windows-latest
5853
rust: stable-x86_64-gnu

0 commit comments

Comments
 (0)