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 3ba7f37 commit 6ca4bcdCopy full SHA for 6ca4bcd
.github/workflows/multibuild.yml
@@ -76,8 +76,8 @@ jobs:
76
- name: Build and Install Wheels
77
run: |
78
if [[ "$PLAT" == "arm64" ]]; then
79
- sudo xcode-select -switch /Applications/Xcode_12.2.app
80
- export SDKROOT=/Applications/Xcode_12.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
+ sudo xcode-select -switch /Applications/Xcode_12.5.1.app
+ export SDKROOT=/Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
81
fi
82
source travis-ci/build_steps.sh
83
echo "------ BEFORE BUILD ---------"
0 commit comments