Skip to content

Commit 6ca4bcd

Browse files
committed
Update XCode version to one still present on runners.
List available here: https://github.com/actions/virtual-environments/blob/main/images/macos/macos-11-Readme.md#xcode
1 parent 3ba7f37 commit 6ca4bcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/multibuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ jobs:
7676
- name: Build and Install Wheels
7777
run: |
7878
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
79+
sudo xcode-select -switch /Applications/Xcode_12.5.1.app
80+
export SDKROOT=/Applications/Xcode_12.5.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk
8181
fi
8282
source travis-ci/build_steps.sh
8383
echo "------ BEFORE BUILD ---------"

0 commit comments

Comments
 (0)