From 736a91125f7b8b9970076fe374b2b20435fa8902 Mon Sep 17 00:00:00 2001 From: Brandur Date: Tue, 26 Sep 2023 14:57:27 -0700 Subject: [PATCH] Upgrade ImageMagick to 7.1.1-18 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ab8bd20..364636a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ env: # Paths for various manually installed utilities. Don't try to use $HOME # because GitHub Actions won't support it. MAGICK_BIN: /home/runner/imagemagick/bin/magick - MAGICK_RELEASE: 7.1.0-56 + MAGICK_RELEASE: 7.1.1-18 MOZJPEG_BIN: /opt/mozjpeg/bin/cjpeg PNGQUANT_BIN: /usr/bin/pngquant