ci: remove julia cleanup step on macos-13+

Signed-off-by: Patrick Linnane <patrick@linnane.io>

Co-authored-by: Bo Anderson <mail@boanderson.me>
This commit is contained in:
Patrick Linnane 2024-03-01 16:24:02 -08:00
parent 2b39c73e98
commit ede85fa3af
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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