Skip to content

Commit f442055

Browse files
committed
xcode-select no longer necessary on action runners.
1 parent 5fdbc47 commit f442055

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/main.yml

-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ jobs:
189189
if: "!endsWith(matrix.target, 'emulated')"
190190
- name: Setup (aarch64-apple-darwin)
191191
run: |
192-
sudo xcode-select -s /Applications/Xcode_12.2.app/
193192
echo "SDKROOT=$(xcrun -sdk macosx11.0 --show-sdk-path)" >> $GITHUB_ENV
194193
echo "MACOS_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.0 --show-sdk-platform-version)" >> $GITHUB_ENV
195194
if: matrix.target == 'aarch64-apple-darwin'

0 commit comments

Comments
 (0)