We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48fcc07 commit d14b406Copy full SHA for d14b406
.github/workflows/testsuite.yml
@@ -515,7 +515,7 @@ jobs:
515
516
mingw64:
517
name: "Windows mingw64"
518
- runs-on: windows-2019
+ runs-on: windows-2025
519
timeout-minutes: 120
520
needs: sanity_check
521
if: (! cancelled() && (needs.sanity_check.outputs.run_all_jobs == 'true' || needs.sanity_check.outputs.ci_force_mingw64 == 'true'))
@@ -566,7 +566,7 @@ jobs:
566
567
cygwin:
568
name: "cygwin"
569
570
571
572
if: (! cancelled() && (needs.sanity_check.outputs.run_all_jobs == 'true' || needs.sanity_check.outputs.ci_force_cygwin == 'true'))
0 commit comments