From f299ccd17382e0710752b2af03d9e54d9c41afd6 Mon Sep 17 00:00:00 2001 From: Tomasz Konojacki Date: Tue, 15 Feb 2022 18:24:31 +0100 Subject: revert to windows-2019 in GitHub Actions (for now) It seems the changes in windows-latest (windows-2022) image broke our builds. --- .github/workflows/testsuite.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index 92228e7475..3e36166432 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -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' @@ -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' @@ -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' -- cgit v1.2.1