Skip to content

Commit

Permalink
MACOSX_DEPLOYMENT_TARGET=10.14
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky authored Dec 1, 2022
1 parent 2251ec2 commit 8ce8f7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
CIBW_TEST_SKIP: '*_arm64 *_universal2:arm64'
CIBW_BEFORE_ALL_MACOS: >
python -m pip install --upgrade pip
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=10.15
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=10.14
CIBW_BUILD_VERBOSITY_MACOS: 0
CIBW_BEFORE_ALL_WINDOWS: >
python -m pip install --upgrade pip
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
CIBW_TEST_SKIP: '*_arm64 *_universal2:arm64'
CIBW_BEFORE_ALL_MACOS: >
python -m pip install --upgrade pip
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=10.15
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=10.14
CIBW_BUILD_VERBOSITY_MACOS: 0
CIBW_BEFORE_ALL_WINDOWS: >
python -m pip install --upgrade pip
Expand Down

0 comments on commit 8ce8f7f

Please sign in to comment.