Skip to content

Commit

Permalink
Update macOS target to macOS 11
Browse files Browse the repository at this point in the history
Change MACOSX_DEPLOYMENT_TARGET to 11
  • Loading branch information
emlowe committed Jul 31, 2023
1 parent 900af6a commit b166d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
brew install cmake
CIBW_BEFORE_BUILD_MACOS: >
python -m pip install --upgrade pip
CIBW_ENVIRONMENT_MACOS: "MACOSX_DEPLOYMENT_TARGET=10.14"
CIBW_ENVIRONMENT_MACOS: "MACOSX_DEPLOYMENT_TARGET=11"
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: py.test -v {project}/python-bindings/test.py
run:
Expand Down

0 comments on commit b166d5a

Please sign in to comment.