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 060da29 commit a4cf419Copy full SHA for a4cf419
.github/workflows/multibuild.yml
@@ -71,8 +71,10 @@ jobs:
71
pip install virtualenv
72
- name: Build and Install Wheels
73
run: |
74
- sudo xcode-select -switch /Applications/Xcode_12.2.app
75
- export SDKROOT=/Applications/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
+ if [[ "$PLAT" == "arm64" ]]; then
+ sudo xcode-select -switch /Applications/Xcode_12.2.app
76
+ export SDKROOT=/Applications/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
77
+ fi
78
source travis-ci/build_steps.sh
79
echo "------ BEFORE BUILD ---------"
80
before_build
0 commit comments