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 54ce3be commit 81a10ceCopy full SHA for 81a10ce
.github/workflows/tests+artifacts+pypi.yml
@@ -30,7 +30,9 @@ jobs:
30
runs-on: ${{ matrix.platform }}
31
steps:
32
- if: matrix.platform == 'macos-latest'
33
- run: brew reinstall gcc
+ run: |
34
+ brew reinstall gcc
35
+ echo MACOSX_DEPLOYMENT_TARGET=`sw_vers -productVersion` >> $GITHUB_ENV
36
37
- if: matrix.platform == 'windows-latest'
38
uses: msys2/setup-msys2@v2
0 commit comments