We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1338b8e commit 0bbf510Copy full SHA for 0bbf510
1 file changed
.github/workflows/build.yml
@@ -406,8 +406,7 @@ jobs:
406
mingw:
407
# windows is 2x expensive to run on GitHub machines, so only run if we know something else simple passed as well
408
needs: linux-no-asm
409
- if: false # Disabled due to issues with msys2 making CMake unable to find a working compiler
410
- runs-on: windows-2022
+ runs-on: windows-latest
411
timeout-minutes: 30
412
defaults:
413
run:
0 commit comments