Skip to content

Commit

Permalink
Merge pull request #184327 from Homebrew/ci-machine-cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
krehel authored Sep 5, 2024
2 parents e1e97a4 + 73f6017 commit 8eea8e7
Show file tree
Hide file tree
Showing 2 changed files with 17 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
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,15 @@ jobs:
echo '::warning::Uninstalling Mono is no longer necessary.'
fi
- name: Clean up CI Xcode Versions
if: matrix.runner == 'macos-14'
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: Cache Homebrew Gems
id: cache
uses: actions/cache@v4
Expand Down

0 comments on commit 8eea8e7

Please sign in to comment.