Skip to content

Commit

Permalink
revert to windows-2019 in GitHub Actions (for now)
Browse files Browse the repository at this point in the history
It seems the changes in windows-latest (windows-2022) image broke our
builds.
  • Loading branch information
xenu committed Feb 15, 2022
1 parent 02547a3 commit f299ccd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testsuite.yml
Expand Up @@ -326,7 +326,7 @@ jobs:
windows-msvc142:
name: "Windows msvc142"
runs-on: windows-latest
runs-on: windows-2019
timeout-minutes: 120
needs: sanity_check
if: needs.sanity_check.outputs.run_all_jobs == 'true'
Expand Down Expand Up @@ -382,7 +382,7 @@ jobs:
mingw64:
name: "Windows mingw64"
runs-on: windows-latest
runs-on: windows-2019
timeout-minutes: 120
needs: sanity_check
if: needs.sanity_check.outputs.run_all_jobs == 'true'
Expand Down Expand Up @@ -432,7 +432,7 @@ jobs:
cygwin:
name: "cygwin"
runs-on: windows-latest
runs-on: windows-2019
timeout-minutes: 120
needs: sanity_check
if: needs.sanity_check.outputs.run_all_jobs == 'true'
Expand Down

0 comments on commit f299ccd

Please sign in to comment.