From 10f2d01e7f013e21bf8e22bbf9953ca4ca115a92 Mon Sep 17 00:00:00 2001 From: John Keiser Date: Wed, 22 Apr 2020 18:59:45 -0700 Subject: [PATCH] Run most build flavors on VS2019 (#761) --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 7ed59bb6..27efaeab 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -34,7 +34,7 @@ test_script: matrix: fast_finish: true exclude: - # Don't build all variants on 2019, just running it to make sure readme_tests succeed - - image: Visual Studio 2019 + # Don't build all variants on 2017, just running it to make sure readme_tests succeed + - image: Visual Studio 2017 SIMDJSON_BUILD_STATIC: ON SIMDJSON_ENABLE_THREADS: OFF