We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bec9dc commit 7aee76dCopy full SHA for 7aee76d
.github/workflows/build-wheels.yml
@@ -87,6 +87,7 @@ jobs:
87
if [ "schedule" == "${{ github.event_name }}" ]; then echo "BUILD_COMMIT=master" >> $GITHUB_ENV; else echo "BUILD_COMMIT=$BUILD_COMMIT" >> $GITHUB_ENV; fi
88
# make universal2 wheels on macos 10.15 by cross-compiling
89
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
91
- name: Setup Special Environment variables for aarch64
92
if: startsWith(matrix.platform,'aarch64')
93
run: |
0 commit comments