mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Merge pull request #168037 from Homebrew/ci-no-julia
ci: remove julia cleanup step on macos-13+
This commit is contained in:
@@ -92,7 +92,7 @@ jobs:
|
||||
|
||||
- name: Clean up CI machine
|
||||
run: |
|
||||
if ! brew uninstall --cask julia && ! rm -r /Applications/Julia-*.app; then
|
||||
if [ "${{ matrix.runner }}" == 'macos-12' ] && ! brew uninstall --cask julia && ! rm -r /Applications/Julia-*.app; then
|
||||
echo '::warning::Removing Julia is no longer necessary.'
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user