Skip to content

Commit 8d779d6

Browse files
committed
Do not test freetype 2.14.0 on macOS 13
1 parent dded7fd commit 8d779d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/macos-install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ set -e
44

55
if [[ "$ImageOS" == "macos13" ]]; then
66
brew uninstall gradle maven
7+
else
8+
brew install freetype
79
fi
810
brew install \
911
aom \
1012
dav1d \
11-
freetype \
1213
ghostscript \
1314
jpeg-turbo \
1415
libimagequant \

0 commit comments

Comments
 (0)