Skip to content

Commit 7aee76d

Browse files
author
Jeff Whitaker
committed
set macosx_deployment_target to 11 for universal2 builds
1 parent 9bec9dc commit 7aee76d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
if [ "schedule" == "${{ github.event_name }}" ]; then echo "BUILD_COMMIT=master" >> $GITHUB_ENV; else echo "BUILD_COMMIT=$BUILD_COMMIT" >> $GITHUB_ENV; fi
8888
# make universal2 wheels on macos 10.15 by cross-compiling
8989
if [ "macos-10.15" == "${{ matrix.os }}" ]; then echo "PLAT=universal2" >> $GITHUB_ENV; fi
90+
if [ "macos-10.15" == "${{ matrix.os }}" ]; then echo "MACOSX_DEPLOYMENT_TARGET=11.0" >> $GITHUB_ENV; fi
9091
- name: Setup Special Environment variables for aarch64
9192
if: startsWith(matrix.platform,'aarch64')
9293
run: |

0 commit comments

Comments
 (0)