From cd1eebb28a0ce8209593ef67fd57fbb2c18fec64 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 27 Oct 2020 10:08:53 +0300 Subject: Boost.Test is broken in 1.62 https://stackoverflow.com/q/39997542/514684 --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.appveyor.yml') diff --git a/.appveyor.yml b/.appveyor.yml index 2978e33..2e6b342 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -100,12 +100,12 @@ for: only: - image: Visual Studio 2015 environment: - appveyor_boost_root: C:\Libraries\boost_1_62_0 + appveyor_boost_root: C:\Libraries\boost_1_63_0 - matrix: only: - image: Visual Studio 2017 environment: - appveyor_boost_root: C:\Libraries\boost_1_69_0 + appveyor_boost_root: C:\Libraries\boost_1_67_0 - matrix: only: - image: Visual Studio 2019 -- cgit v1.2.3