Skip to content

Commit

Permalink
Merge pull request python-pillow#8318 from radarhere/brew
Browse files Browse the repository at this point in the history
Uninstall gradle and maven on macOS 13
  • Loading branch information
hugovk authored Aug 19, 2024
2 parents 27ca30d + 2467369 commit 0ec1153
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/macos-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

set -e

if [[ "$ImageOS" == "macos13" ]]; then
brew uninstall gradle maven
fi
brew install \
freetype \
ghostscript \
Expand Down

0 comments on commit 0ec1153

Please sign in to comment.