Skip to content

Commit

Permalink
autobump: cleanup CI Xcode versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bevanjkay committed Sep 5, 2024
1 parent f44e5b5 commit 73f6017
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/autobump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ jobs:
cask: true
test-bot: false

- name: Clean up CI Xcode Versions
run: |
df -hI /dev/disk3s1s1
sudo rm -rf /Applications/Xcode_15.1.app
sudo rm -rf /Applications/Xcode_15.2.app
sudo rm -rf /Applications/Xcode_15.3.app
df -hI /dev/disk3s1s1
- name: Configure Git user
uses: Homebrew/actions/git-user-config@master
with:
Expand Down

0 comments on commit 73f6017

Please sign in to comment.