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-04 13:30:59 -08:00
co-authored by Bo Anderson
parent 2b39c73e98
commit ede85fa3af
+1 -1
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