From a4311b7ffb645fd86a5c02eea7a1d18c62c25b22 Mon Sep 17 00:00:00 2001 From: Alexander Grund Date: Tue, 26 Mar 2024 09:01:35 +0100 Subject: [PATCH] Appveyor: Drop MinGW32 for MinGW64-32Bit The old MinGW32 doesn't properly support C++11 --- .appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index f7c7d16c..7da94451 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -99,11 +99,11 @@ environment: B2_CXXSTD: 03,11,14,1z B2_TOOLSET: gcc - - FLAVOR: mingw32 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 + - FLAVOR: mingw64 (32-bit) + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 + ADDPATH: C:\mingw-w64\i686-8.1.0-posix-dwarf-rt_v6-rev0\mingw32\bin; B2_ADDRESS_MODEL: 32 - ADDPATH: C:\mingw\bin; - B2_CXXSTD: 03,11,14,1z + B2_CXXSTD: 03,11,14,17,2a B2_TOOLSET: gcc - FLAVOR: mingw64