Skip to content

Commit 81a10ce

Browse files
committed
try to solve MACOSX_DEPLOYMENT_TARGET issue
1 parent 54ce3be commit 81a10ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests+artifacts+pypi.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
runs-on: ${{ matrix.platform }}
3131
steps:
3232
- if: matrix.platform == 'macos-latest'
33-
run: brew reinstall gcc
33+
run: |
34+
brew reinstall gcc
35+
echo MACOSX_DEPLOYMENT_TARGET=`sw_vers -productVersion` >> $GITHUB_ENV
3436
3537
- if: matrix.platform == 'windows-latest'
3638
uses: msys2/setup-msys2@v2

0 commit comments

Comments
 (0)