From 2f865774afc773a7ef8e0b07f965fd384e635d32 Mon Sep 17 00:00:00 2001 From: Vincent Rabaud Date: Mon, 8 Jan 2024 12:43:22 +0100 Subject: [PATCH] Remove MINGW32 support (#1913) ImageMagick is not supported anymore: https://www.msys2.org/news/#2023-12-13-starting-to-drop-some-32-bit-packages --- .github/workflows/ci-mingw.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci-mingw.yml b/.github/workflows/ci-mingw.yml index 6c9319fff7..869e663f7c 100644 --- a/.github/workflows/ci-mingw.yml +++ b/.github/workflows/ci-mingw.yml @@ -19,7 +19,6 @@ jobs: fail-fast: false matrix: sys: - - mingw32 - mingw64 - ucrt64 - clang64