summaryrefslogtreecommitdiff
path: root/.github/workflows/experimental_tests.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/experimental_tests.yml')
-rw-r--r--.github/workflows/experimental_tests.yml17
1 files changed, 9 insertions, 8 deletions
diff --git a/.github/workflows/experimental_tests.yml b/.github/workflows/experimental_tests.yml
index 0ff03a39a..c272d51e8 100644
--- a/.github/workflows/experimental_tests.yml
+++ b/.github/workflows/experimental_tests.yml
@@ -23,8 +23,8 @@ jobs:
matrix:
# 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']
- os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
+ #os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
+ os: ['ubuntu-latest', 'windows-2019', 'macos-latest']
# The type of runner that the job will run on
runs-on: ${{ matrix.os }}
@@ -34,12 +34,13 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- # experiment: looks like we don't need this if we use windows-latest
- #- name: Set up MinGW
- # uses: egor-tensin/setup-mingw@v2
- # if: matrix.os == 'windows-2019'
- # with:
- # platform: x64
+ # experiment: maybe don't need this?
+ # update: looks like we do: with this commented out, the build hung
+ - name: Set up MinGW
+ uses: egor-tensin/setup-mingw@v2
+ if: matrix.os == 'windows-2019'
+ with:
+ platform: x64
- name: Set up Python 3.11 ${{ matrix.os }}
uses: actions/setup-python@v2