Skip to content

Commit e76a37e

Browse files
committed
Try specifying 13.0 for xcode-select.
This commit will be squashed before a merge.
1 parent c0613e4 commit e76a37e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/macos-builds-on-all.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ jobs:
7979
# Can't run tests: cross-compiling
8080
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
8181
82+
# Use the beta compiler
83+
sudo xcode-select -switch /Applications/Xcode_13.0.app/Contents/Developer/
84+
8285
# Set SDK environment variables
8386
echo "SDKROOT=$(xcrun -sdk macosx11.0 --show-sdk-path)" >> $GITHUB_ENV
8487
echo "MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.0 --show-sdk-platform-version)" >> $GITHUB_ENV

ci/actions-templates/macos-builds-template.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ jobs:
7979
# Can't run tests: cross-compiling
8080
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
8181
82+
# Use the beta compiler
83+
sudo xcode-select -switch /Applications/Xcode_13.0.app/Contents/Developer/
84+
8285
# Set SDK environment variables
8386
echo "SDKROOT=$(xcrun -sdk macosx11.0 --show-sdk-path)" >> $GITHUB_ENV
8487
echo "MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.0 --show-sdk-platform-version)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)