Compare commits

...

2 Commits

Author SHA1 Message Date
Andrey Semashev 8679ac0f1f Remove dependencies on Boost.StaticAssert.
Boost.StaticAssert has been merged into Boost.Config, so remove
the dependency.
2026-01-22 15:40:12 +03:00
Andrey Semashev e675dfc813 Replaced macos-13 with macos-15 in GitHub Actions.
The macos-13 image is retired, macos-15 is now available.
2025-12-13 20:46:40 +03:00
2 changed files with 3 additions and 4 deletions
+3 -3
View File
@@ -309,12 +309,12 @@ jobs:
- libc++-18-dev
- libc++abi-18-dev
- toolset: clang
cxxstd: "11,14,17,20,2b"
os: macos-13
- toolset: clang
cxxstd: "11,14,17,20,2b"
os: macos-14
- toolset: clang
cxxstd: "11,14,17,20,23"
os: macos-15
timeout-minutes: 15
runs-on: ${{matrix.os}}
-1
View File
@@ -18,7 +18,6 @@ target_link_libraries(boost_utility
Boost::core
Boost::io
Boost::preprocessor
Boost::static_assert
Boost::throw_exception
Boost::type_traits
)