Skip to content

Commit 559b26e

Browse files
ci: use xcode 13.0 on arm64 macOS due to missing installation of the xcode on the machine
1 parent 6202038 commit 559b26e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,9 @@ jobs:
209209
# Installer script is here: https://github.com/actions/virtual-environments/blob/1cbea058249db750691ec74f1b3ba9a7b1605d26/images/linux/scripts/installers/swift.sh
210210
rm -f /usr/local/bin/swiftc /usr/local/bin/swift
211211
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
212215
213216
- name: Free disk space
214217
if: ${{ matrix.free_disk_space }}

0 commit comments

Comments
 (0)