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.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/experimental_tests.yml b/.github/workflows/experimental_tests.yml
index 8717b1448..c272d51e8 100644
--- a/.github/workflows/experimental_tests.yml
+++ b/.github/workflows/experimental_tests.yml
@@ -23,6 +23,7 @@ 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-latest', 'macos-latest']
os: ['ubuntu-latest', 'windows-2019', 'macos-latest']
# The type of runner that the job will run on
@@ -33,6 +34,8 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
+ # 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'