Skip to content

Commit c0613e4

Browse files
committed
Remove macOS aarch-64 xcode-select directory.
12.2 is likely out of date, and it is breaking PR builds. It likely isn't required to use the beta compiler anymore, so we'll just remove the line altogether.
1 parent a9e1989 commit c0613e4

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ 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 -s /Applications/Xcode_12.2.app/Contents/Developer/
84-
8582
# Set SDK environment variables
8683
echo "SDKROOT=$(xcrun -sdk macosx11.0 --show-sdk-path)" >> $GITHUB_ENV
8784
echo "MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.0 --show-sdk-platform-version)" >> $GITHUB_ENV

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ 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 -s /Applications/Xcode_12.2.app/Contents/Developer/
84-
8582
# Set SDK environment variables
8683
echo "SDKROOT=$(xcrun -sdk macosx11.0 --show-sdk-path)" >> $GITHUB_ENV
8784
echo "MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.0 --show-sdk-platform-version)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)