Skip to content

Commit

Permalink
update space
Browse files Browse the repository at this point in the history
  • Loading branch information
cchanmi authored Jan 16, 2025
1 parent c993951 commit f348fbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/smeemDev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Uninstall existing Xcode
run: |
run: |
sudo rm -rf /Applications/Xcode15.4.app
sudo rm -rf /Applications/Xcode_2.app
sudo xcode-select --reset
- name: Install Xcode 16
run: |
- name: Install Xcode 16
run: |
curl -O https://download.developer.apple.com/Developer_Tools/Xcode_16/Xcode_16.xip
xip --expand Xcode_16.xip
sudo mv Xcode.app /Applications/Xcode_16.app
Expand Down

0 comments on commit f348fbe

Please sign in to comment.