Skip to content

Commit

Permalink
xcode-select no longer necessary on action runners.
Browse files Browse the repository at this point in the history
  • Loading branch information
hkratz committed Oct 13, 2021
1 parent 5fdbc47 commit f442055
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ jobs:
if: "!endsWith(matrix.target, 'emulated')"
- name: Setup (aarch64-apple-darwin)
run: |
sudo xcode-select -s /Applications/Xcode_12.2.app/
echo "SDKROOT=$(xcrun -sdk macosx11.0 --show-sdk-path)" >> $GITHUB_ENV
echo "MACOS_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.0 --show-sdk-platform-version)" >> $GITHUB_ENV
if: matrix.target == 'aarch64-apple-darwin'
Expand Down

0 comments on commit f442055

Please sign in to comment.