From 010c92b7f0a58ba7061e81ab8cb12aa807bccbbf Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Tue, 29 Nov 2022 17:37:32 -0700 Subject: Tweak CI for experimental-windows [skip appveyor] Signed-off-by: Mats Wichmann --- .github/workflows/experimental_tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/experimental_tests.yml b/.github/workflows/experimental_tests.yml index a205674..9331a93 100644 --- a/.github/workflows/experimental_tests.yml +++ b/.github/workflows/experimental_tests.yml @@ -20,7 +20,9 @@ jobs: strategy: matrix: - os: ['ubuntu-latest', 'windows-latest', 'macos-latest'] + # note: in the 2nd half of 2022 the setup-mingw was often failing on + # windows-latest. revisit someday (perhaps when there's an @v3) + os: ['ubuntu-latest', 'windows-2019', 'macos-latest'] # The type of runner that the job will run on runs-on: ${{ matrix.os }} @@ -32,7 +34,7 @@ jobs: - name: Set up MinGW uses: egor-tensin/setup-mingw@v2 - if: matrix.os == 'windows-latest' + if: matrix.os == 'windows-2019' with: platform: x64 -- cgit v0.12