summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2022-11-29 17:37:32 -0700
committerMats Wichmann <mats@linux.com>2022-11-29 17:37:32 -0700
commit010c92b7f0a58ba7061e81ab8cb12aa807bccbbf (patch)
tree7074aaeb25f2cd3459dfe46ad38a0e4e86658dd1 /.github/workflows
parent469866ab21c61b39290931ce8bd2eeb302f8f0d1 (diff)
downloadscons-git-010c92b7f0a58ba7061e81ab8cb12aa807bccbbf.tar.gz
Tweak CI for experimental-windows [skip appveyor]
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/experimental_tests.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/experimental_tests.yml b/.github/workflows/experimental_tests.yml
index a2056745d..9331a932c 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