Skip to content

Commit

Permalink
try to solve MACOSX_DEPLOYMENT_TARGET issue
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo committed Jun 18, 2022
1 parent 54ce3be commit 81a10ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests+artifacts+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- if: matrix.platform == 'macos-latest'
run: brew reinstall gcc
run: |
brew reinstall gcc
echo MACOSX_DEPLOYMENT_TARGET=`sw_vers -productVersion` >> $GITHUB_ENV
- if: matrix.platform == 'windows-latest'
uses: msys2/setup-msys2@v2
Expand Down

0 comments on commit 81a10ce

Please sign in to comment.