Skip to content

Commit

Permalink
ci: remove julia cleanup step on macos-13+
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Linnane <[email protected]>

Co-authored-by: Bo Anderson <[email protected]>
  • Loading branch information
p-linnane and Bo98 committed Mar 4, 2024
1 parent 2b39c73 commit ede85fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ede85fa

Please sign in to comment.