Skip to content

Commit 0dad69e

Browse files
committed
Use working Boost versions for CI
1 parent acdefe0 commit 0dad69e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
include:
4747
- { compiler: gcc-7, os: ubuntu-20.04, buildType: Release }
4848
- { compiler: gcc-7, os: ubuntu-20.04, buildType: Debug, coverage: true }
49-
- { compiler: clang, os: macos-13, buildType: Debug, boostVersion: 1.74.0 } # Multiple bugs with recent OSX until 1.74
49+
- { compiler: clang, os: macos-13, buildType: Debug, boostVersion: 1.81.0 } # New libc++ only supported since 1.81
5050
# Latest GCC
5151
- { compiler: gcc-13, os: ubuntu-24.04, buildType: Debug, boostVersion: 1.87.0 }
5252
# Latest Clang

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ platform: x64
1919

2020
environment:
2121
global:
22-
BOOST_DIR: 'C:\Libraries\boost_1_77_0'
22+
BOOST_DIR: 'C:\Libraries\boost_1_85_0'
2323
RTTR_DISABLE_ASSERT_BREAKPOINT: 1
2424

2525
install:

0 commit comments

Comments
 (0)