Skip to content

Commit 082c65e

Browse files
Revert "ci: use xcode 13.0 on arm64 macOS due to missing installation of the xcode on the machine"
This reverts commit 559b26e.
1 parent 559b26e commit 082c65e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,6 @@ 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
215212
216213
- name: Free disk space
217214
if: ${{ matrix.free_disk_space }}

0 commit comments

Comments
 (0)