Skip to content

Commit dbeb858

Browse files
committed
Update Boost versions used on Appveyor
1 parent 7c62ec4 commit dbeb858

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,15 +143,15 @@ environment:
143143
CXXSTD: 14
144144
GENERATOR: Visual Studio 14 2015 Win64
145145
configuration: Debug
146-
BOOST_ROOT: C:\Libraries\boost_1_60_0
146+
BOOST_ROOT: C:\Libraries\boost_1_66_0
147147
- CMAKE: true
148148
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
149149
CXXSTD: 17
150150
# This test sometimes fails on recent images when using CMake
151151
CMAKE_FLAGS: -DBOOST_NOWIDE_DISABLE_CIN_TEST=ON
152152
GENERATOR: Visual Studio 17 2022
153153
configuration: Debug
154-
BOOST_ROOT: C:\Libraries\boost_1_83_0
154+
BOOST_ROOT: C:\Libraries\boost_1_89_0
155155

156156
# Coverity
157157
- COVERITY: true

0 commit comments

Comments
 (0)