From 788e4879e0c1a98c9332f7e1d4089afe53d112a9 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 14 Dec 2024 01:16:02 +1100 Subject: [PATCH] Test libjpeg-turbo on macOS --- .github/workflows/macos-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos-install.sh b/.github/workflows/macos-install.sh index ddb4212301d..a31a22bf211 100755 --- a/.github/workflows/macos-install.sh +++ b/.github/workflows/macos-install.sh @@ -7,9 +7,9 @@ if [[ "$ImageOS" == "macos13" ]]; then fi brew install \ freetype \ + jpeg-turbo \ ghostscript \ libimagequant \ - libjpeg \ libtiff \ little-cms2 \ openjpeg \