diff options
-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 |