Skip to content

Commit 3d2b597

Browse files
authored
Remove windows-gnu target from release workflow (#223)
Remove windows-gnu as it's not tested on PRs, not built for on Jormungandr or catalyst-toolbox and is currently failing
1 parent fe21f29 commit 3d2b597

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,6 @@ jobs:
123123
cross: [false]
124124
include:
125125
# Windows
126-
- config: {os: windows-latest, target: x86_64-pc-windows-gnu}
127-
toolchain: stable-x86_64-pc-windows-gnu
128-
cross: false
129126
- config: {os: windows-latest, target: x86_64-pc-windows-msvc}
130127
toolchain: stable-x86_64-pc-windows-msvc
131128
cross: false

0 commit comments

Comments
 (0)