From 235972bc6e7c6b8b7a975f0718cbbd506b2c009f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 3 Aug 2019 13:50:24 +0200 Subject: [PATCH] Temporarily switch to using previous AppVeyor MSW image The latest image uses msys2 gcc 9.1 which crashes while compiling our tests, see e.g. https://ci.appveyor.com/project/wxWidgets/wxwidgets/builds/26445788/job/ovajab6v4ltp5h70 --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 6737b09320..25fe5610b3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -43,6 +43,8 @@ environment: clone_depth: 50 +image: Previous Visual Studio 2017 + install: git submodule update --init init: