We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fdbc47 commit f442055Copy full SHA for f442055
.github/workflows/main.yml
@@ -189,7 +189,6 @@ jobs:
189
if: "!endsWith(matrix.target, 'emulated')"
190
- name: Setup (aarch64-apple-darwin)
191
run: |
192
- sudo xcode-select -s /Applications/Xcode_12.2.app/
193
echo "SDKROOT=$(xcrun -sdk macosx11.0 --show-sdk-path)" >> $GITHUB_ENV
194
echo "MACOS_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.0 --show-sdk-platform-version)" >> $GITHUB_ENV
195
if: matrix.target == 'aarch64-apple-darwin'
0 commit comments