diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-27 10:08:53 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-27 10:08:53 +0300 |
commit | cd1eebb28a0ce8209593ef67fd57fbb2c18fec64 (patch) | |
tree | 9221752f978450615b7ee1218fb8945d5ca38ebb /.appveyor.yml | |
parent | VS 2013 workarounds (diff) | |
download | winapi-common-cd1eebb28a0ce8209593ef67fd57fbb2c18fec64.tar.gz winapi-common-cd1eebb28a0ce8209593ef67fd57fbb2c18fec64.zip |
Boost.Test is broken in 1.62
https://stackoverflow.com/q/39997542/514684
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |