Skip to content

Commit d24a095

Browse files
committed
.github/workflows/main.yml: force mingw32 test to Windows 2019.
Actions' windows-latest is equipped with newer mingw, which causes linking problems in mingw32 debug builds. See #677 for details.
1 parent 61faa9e commit d24a095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
rust: stable
4949
target: x86_64-pc-windows-msvc
5050
- build: mingw32
51-
os: windows-latest
51+
os: windows-2019
5252
rust: stable-i686-gnu
5353
target: i686-pc-windows-gnu
5454
- build: mingw64

0 commit comments

Comments
 (0)