Skip to content

Commit 7e55850

Browse files
committed
Drop aarch64-apple-darwin build xcode+sdk lines.
Xcode 12.2 is likely out of date, and it is breaking PR builds since the latest mac image bumped to 13.0. Xcode 13.0 uses SDK 11.3 by default, so we shouldn't need to specify the SDK any longer either, and not specifying the precise versions ought to be less fragile.
1 parent a9e1989 commit 7e55850

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,6 @@ jobs:
7878
7979
# Can't run tests: cross-compiling
8080
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
81-
82-
# Use the beta compiler
83-
sudo xcode-select -s /Applications/Xcode_12.2.app/Contents/Developer/
84-
85-
# Set SDK environment variables
86-
echo "SDKROOT=$(xcrun -sdk macosx11.0 --show-sdk-path)" >> $GITHUB_ENV
87-
echo "MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.0 --show-sdk-platform-version)" >> $GITHUB_ENV
8881
if: matrix.target == 'aarch64-apple-darwin'
8982
- name: Ensure we have our goal target installed
9083
run: |

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,6 @@ jobs:
7878
7979
# Can't run tests: cross-compiling
8080
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
81-
82-
# Use the beta compiler
83-
sudo xcode-select -s /Applications/Xcode_12.2.app/Contents/Developer/
84-
85-
# Set SDK environment variables
86-
echo "SDKROOT=$(xcrun -sdk macosx11.0 --show-sdk-path)" >> $GITHUB_ENV
87-
echo "MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.0 --show-sdk-platform-version)" >> $GITHUB_ENV
8881
if: matrix.target == 'aarch64-apple-darwin'
8982
- name: Ensure we have our goal target installed
9083
run: |

0 commit comments

Comments
 (0)