We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6202038 commit 559b26eCopy full SHA for 559b26e
.github/workflows/build-toolchain.yml
@@ -209,6 +209,9 @@ jobs:
209
# Installer script is here: https://github.com/actions/virtual-environments/blob/1cbea058249db750691ec74f1b3ba9a7b1605d26/images/linux/scripts/installers/swift.sh
210
rm -f /usr/local/bin/swiftc /usr/local/bin/swift
211
rm -rf /usr/share/swift/
212
+ - name: (Workaround) Use Xcode 13.0 on arm64 macOS
213
+ run: |
214
+ echo "DEVELOPER_DIR=/Applications/Xcode_13.0.app/Contents/Developer/" >> $GITHUB_ENV
215
216
- name: Free disk space
217
if: ${{ matrix.free_disk_space }}
0 commit comments