Skip to content

Commit

Permalink
Remove mingw32 from the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris00 committed Dec 20, 2021
1 parent f7d48fc commit 4635c19
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
build: [stable, beta, nightly, linux32, macos, aarch64-ios, win32, win64, mingw32, mingw64, windows-2016]
build: [stable, beta, nightly, linux32, macos, aarch64-ios, win32, win64, mingw64, windows-2016]
include:
- build: stable
os: ubuntu-latest
Expand Down Expand Up @@ -48,11 +48,6 @@ jobs:
os: windows-latest
rust: stable
target: x86_64-pc-windows-msvc
# https://github.com/rust-lang/rust/issues/59604
# - build: mingw32
# os: windows-latest
# rust: stable-i686-gnu
# target: i686-pc-windows-gnu
- build: mingw64
os: windows-latest
rust: stable-x86_64-gnu
Expand Down

0 comments on commit 4635c19

Please sign in to comment.