Skip to content

Commit 3e16738

Browse files
committed
use macos-latest with new xcode
1 parent 72e6b5f commit 3e16738

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/multibuild.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
INTERFACE64: ['', '1']
2222
MB_ML_VER: ['', 2010, 2014]
2323
include:
24-
- os: macos-11.0
24+
- os: macos-latest
2525
PLAT: arm64
2626
INTERFACE64: ''
2727
platform: [x64]
@@ -72,6 +72,8 @@ jobs:
7272
pip install virtualenv
7373
- name: Build and Install Wheels
7474
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
7577
source travis-ci/build_steps.sh
7678
echo "------ BEFORE BUILD ---------"
7779
before_build

0 commit comments

Comments
 (0)