Skip to content

Commit d14b406

Browse files
committed
Run mingw64 and cygwin tests on latest Windows Server
1 parent 48fcc07 commit d14b406

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testsuite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ jobs:
515515
516516
mingw64:
517517
name: "Windows mingw64"
518-
runs-on: windows-2019
518+
runs-on: windows-2025
519519
timeout-minutes: 120
520520
needs: sanity_check
521521
if: (! cancelled() && (needs.sanity_check.outputs.run_all_jobs == 'true' || needs.sanity_check.outputs.ci_force_mingw64 == 'true'))
@@ -566,7 +566,7 @@ jobs:
566566
567567
cygwin:
568568
name: "cygwin"
569-
runs-on: windows-2019
569+
runs-on: windows-2025
570570
timeout-minutes: 120
571571
needs: sanity_check
572572
if: (! cancelled() && (needs.sanity_check.outputs.run_all_jobs == 'true' || needs.sanity_check.outputs.ci_force_cygwin == 'true'))

0 commit comments

Comments
 (0)