From 6db7c58ff8bb9e43a4444e883274b9cae8ef13cf Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Tue, 6 Feb 2024 23:56:37 +0300 Subject: [PATCH] Removed MinGW32 AppVeyor job. This compiler is no longer supported by Boost.System. https://github.com/boostorg/system/issues/116 --- appveyor.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index fdecc45..4222047 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -53,11 +53,6 @@ environment: ADDPATH: C:\cygwin64\bin; EXTRA_TESTS: 1 APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 - - TOOLSET: gcc - CXXSTD: 11,14,1z - ADDPATH: C:\mingw\bin; - EXTRA_TESTS: 1 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 - TOOLSET: gcc CXXSTD: 11,14,1z ADDPATH: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;