Skip to content

Commit

Permalink
Remove windows-gnu support
Browse files Browse the repository at this point in the history
  • Loading branch information
himanoa committed Nov 4, 2019
1 parent 0b20d57 commit 173db6c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,11 @@ jobs:
matrix:
toolchain:
- stable-x86_64-pc-windows-msvc
- stable-x86_64-pc-windows-gnu
- stable-x86_64-apple-darwin
- stable-x86_64-unknown-linux-gnu
include:
- toolchain: stable-x86_64-pc-windows-msvc
os: windows-latest
- toolchain: stable-x86_64-pc-windows-gnu
os: windows-latest
- toolchain: stable-x86_64-apple-darwin
os: macOS-latest
- toolchain: stable-x86_64-unknown-linux-gnu
Expand Down Expand Up @@ -91,14 +88,11 @@ jobs:
matrix:
target:
- x86_64-pc-windows-msvc
- x86_64-pc-windows-gnu
- x86_64-apple-darwin
- x86_64-unknown-linux-gnu
include:
- target: x86_64-pc-windows-msvc
os: windows-latest
- target: x86_64-pc-windows-gnu
os: windows-latest
- target: x86_64-apple-darwin
os: macOS-latest
- target: x86_64-unknown-linux-gnu
Expand Down

0 comments on commit 173db6c

Please sign in to comment.