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 72e6b5f commit 3e16738Copy full SHA for 3e16738
.github/workflows/multibuild.yml
@@ -21,7 +21,7 @@ jobs:
21
INTERFACE64: ['', '1']
22
MB_ML_VER: ['', 2010, 2014]
23
include:
24
- - os: macos-11.0
+ - os: macos-latest
25
PLAT: arm64
26
INTERFACE64: ''
27
platform: [x64]
@@ -72,6 +72,8 @@ jobs:
72
pip install virtualenv
73
- name: Build and Install Wheels
74
run: |
75
+ 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
source travis-ci/build_steps.sh
78
echo "------ BEFORE BUILD ---------"
79
before_build
0 commit comments