File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -248,10 +248,10 @@ jobs:
248248
249249 - toolset : clang
250250 cxxstd : " 11,14,17,20,2b"
251- os : macos-13
251+ os : macos-14
252252 - toolset : clang
253253 cxxstd : " 11,14,17,20,2b"
254- os : macos-14
254+ os : macos-15
255255
256256 timeout-minutes : 360
257257 runs-on : ${{matrix.os}}
@@ -517,7 +517,6 @@ jobs:
517517 matrix :
518518 include :
519519 - os : ubuntu-24.04
520- - os : macos-13
521520 - os : macos-14
522521 - os : macos-15
523522
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ target_link_libraries(boost_random
3131 Boost::dynamic_bitset
3232 Boost::integer
3333 Boost::io
34- Boost::static_assert
3534 Boost::system
3635 Boost::throw_exception
3736 Boost::type_traits
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ constant boost_dependencies :
1212 /boost/dynamic_bitset//boost_dynamic_bitset
1313 /boost/integer//boost_integer
1414 /boost/io//boost_io
15- /boost/static_assert//boost_static_assert
1615 /boost/system//boost_system
1716 /boost/throw_exception//boost_throw_exception
1817 /boost/type_traits//boost_type_traits
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ if(HAVE_BOOST_TEST)
2222 Boost::multiprecision
2323 Boost::numeric_conversion
2424 Boost::range
25- Boost::static_assert
2625 Boost::system
2726 Boost::throw_exception
2827 Boost::type_traits
You can’t perform that action at this time.
0 commit comments