Skip to content

Commit c0f9669

Browse files
committed
Use Boost v1.80 in CI
1 parent 7aa36e8 commit c0f9669

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,21 +47,21 @@ jobs:
4747

4848
# Windows builds
4949
- {os: windows-2019, compiler: msvc, version: '14.16', # VS 2017
50-
boost-version: '1.78.0'}
50+
boost-version: '1.80.0'}
5151
- {os: windows-2019, compiler: msvc, version: '14.29', # VS 2019
52-
boost-version: '1.78.0'}
52+
boost-version: '1.80.0'}
5353
- {os: windows-latest, compiler: msvc, version: '14.34', # VS 2022
54-
boost-version: '1.78.0'}
54+
boost-version: '1.80.0'}
5555

5656
# macOS builds
5757
- {os: macos-latest, compiler: clang}
5858

5959
# C++20 builds
6060
- {os: ubuntu-22.04, compiler: gcc, version: '12',
6161
options: '--std=c++20', flags: '-Wsuggest-override',
62-
boost-version: '1.78.0', extra-desc: 'c++20'}
62+
boost-version: '1.80.0', extra-desc: 'c++20'}
6363
- {os: ubuntu-latest, compiler: clang, version: '14',
64-
options: '--std=c++20', boost-version: '1.78.0',
64+
options: '--std=c++20', boost-version: '1.80.0',
6565
extra-desc: 'c++20'}
6666
fail-fast: false
6767

0 commit comments

Comments
 (0)