We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b90066 commit d86c32fCopy full SHA for d86c32f
.github/workflows/tests+artifacts+pypi.yml
@@ -29,7 +29,7 @@ jobs:
29
python-version: "3.10"
30
runs-on: ${{ matrix.platform }}
31
steps:
32
- - if: matrix.platform == 'macos-latest'
+ - if: startsWith(matrix.platform, 'macos-')
33
run: brew reinstall gcc
34
35
- if: matrix.platform == 'windows-latest'
0 commit comments