Skip to content

Commit

Permalink
Remove windows-gnu target from release workflow (#223)
Browse files Browse the repository at this point in the history
Remove windows-gnu as it's not tested on PRs, not built for on
Jormungandr or catalyst-toolbox and is currently failing
  • Loading branch information
zeegomo committed Apr 6, 2022
1 parent fe21f29 commit 3d2b597
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,6 @@ jobs:
cross: [false]
include:
# Windows
- config: {os: windows-latest, target: x86_64-pc-windows-gnu}
toolchain: stable-x86_64-pc-windows-gnu
cross: false
- config: {os: windows-latest, target: x86_64-pc-windows-msvc}
toolchain: stable-x86_64-pc-windows-msvc
cross: false
Expand Down

0 comments on commit 3d2b597

Please sign in to comment.