We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e51277d commit aea7750Copy full SHA for aea7750
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
}
28
- {
29
name: "Windows -- MinGW", artifact: "Windows-MinGW.tar.xz",
30
- os: windows-latest,
+ os: windows-latest-mingw,
31
build_type: "Release", cc: "x86_64-w64-mingw32-gcc", cxx: "x86_64-w64-mingw32-g++"
32
33
0 commit comments