Skip to content

Commit

Permalink
Add environment variable for building on intel mac
Browse files Browse the repository at this point in the history
The variable 'MACOSX_DEPLOYMENT_TARGET=10.12' is needed to
updated minimum supported macOS for this wheel.
  • Loading branch information
Michael O'Keefe authored and Michael O'Keefe committed Dec 11, 2024
1 parent 319c9f6 commit 1501d31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ jobs:
pip install -U setuptools-rust
python -c "import setuptools; setuptools.setup()" sdist
- name: Update minimum supported MacOS for Wheels for MacOS 13 (Intel Mac)
run: echo "MACOSX_DEPLOYMENT_TARGET=10.12" >> $GITHUB_ENV
if: matrix.os == 'macos-13'

- name: build ${{ matrix.platform || matrix.os }} binaries
uses: pypa/[email protected]
env:
Expand Down

0 comments on commit 1501d31

Please sign in to comment.