We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa36e8 commit c0f9669Copy full SHA for c0f9669
.github/workflows/build.yml
@@ -47,21 +47,21 @@ jobs:
47
48
# Windows builds
49
- {os: windows-2019, compiler: msvc, version: '14.16', # VS 2017
50
- boost-version: '1.78.0'}
+ boost-version: '1.80.0'}
51
- {os: windows-2019, compiler: msvc, version: '14.29', # VS 2019
52
53
- {os: windows-latest, compiler: msvc, version: '14.34', # VS 2022
54
55
56
# macOS builds
57
- {os: macos-latest, compiler: clang}
58
59
# C++20 builds
60
- {os: ubuntu-22.04, compiler: gcc, version: '12',
61
options: '--std=c++20', flags: '-Wsuggest-override',
62
- boost-version: '1.78.0', extra-desc: 'c++20'}
+ boost-version: '1.80.0', extra-desc: 'c++20'}
63
- {os: ubuntu-latest, compiler: clang, version: '14',
64
- options: '--std=c++20', boost-version: '1.78.0',
+ options: '--std=c++20', boost-version: '1.80.0',
65
extra-desc: 'c++20'}
66
fail-fast: false
67
0 commit comments