Skip to content
This repository was archived by the owner on Apr 12, 2025. It is now read-only.

Commit c6c9b09

Browse files
authored
(chore): Fix Xcode version cli
1 parent aabf1c5 commit c6c9b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: swift --version
3232
- name: Select Xcode Version ✨
3333
run: |
34-
sudo xcode-select -switch /Applications/Xcode_16_beta_6.app
34+
sudo xcode-select -switch /Applications/Xcode_16.app
3535
- name: Delete DerivedData directory 🗑️
3636
run: |
3737
rm -rf ~/Library/Developer/Xcode/DerivedData

0 commit comments

Comments
 (0)