Skip to content

Commit bdf4110

Browse files
FlamefireFlow86
authored andcommitted
CI: Update Boost versions
Boost on the GHA macos-12 image was updated to 1.82 On Appveyor VS 2019 1.73 was replaced by 1.77
1 parent 55d88f8 commit bdf4110

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
# Use system clang (14)
2828
# Use (compiler) default C++ 14 standard
2929
# Use system cmake (version gets ignored below)
30-
# Use default boost
31-
- { compiler: clang, os: macos-12, type: Debug }
30+
# Use boost installed on this GHA image
31+
- { compiler: clang, os: macos-12, type: Debug, boost: 1.82.0 }
3232

3333
# Linux:
3434
# Oldest Compilers

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ platform:
2121
- x64
2222

2323
environment:
24-
BOOST_ROOT: C:\Libraries\boost_1_73_0
24+
BOOST_ROOT: C:\Libraries\boost_1_77_0
2525
GENERATOR: Visual Studio 16 2019
2626
RTTR_DISABLE_ASSERT_BREAKPOINT: 1
2727

0 commit comments

Comments
 (0)