Skip to content

Commit

Permalink
(chore): Fix Xcode version cli
Browse files Browse the repository at this point in the history
  • Loading branch information
N3v1 authored Oct 3, 2024
1 parent aabf1c5 commit c6c9b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: swift --version
- name: Select Xcode Version ✨
run: |
sudo xcode-select -switch /Applications/Xcode_16_beta_6.app
sudo xcode-select -switch /Applications/Xcode_16.app
- name: Delete DerivedData directory 🗑️
run: |
rm -rf ~/Library/Developer/Xcode/DerivedData
Expand Down

0 comments on commit c6c9b09

Please sign in to comment.