Skip to content

Commit d5ccc9e

Browse files
committed
CI: exclude clang-7
1 parent d9edbe9 commit d5ccc9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: boostorg/boost-ci/.github/workflows/reusable.yml@master
4343
with:
4444
exclude_cxxstd: '98,03,0x,11,14'
45-
exclude_compiler: gcc-4.9,gcc-5,gcc-6,gcc-7,clang-3.9,clang-4.0,clang-5.0,clang-6.0,clang-16
45+
exclude_compiler: gcc-4.9,gcc-5,gcc-6,gcc-7,clang-3.9,clang-4.0,clang-5.0,clang-6.0,clang-7,clang-16
4646
# exclude clang-16 because it seems to use the c++14 standard library on ubuntu-24.04:
4747
# include/c++/14/bits/stl_pair.h:410:35: error: no matching function for call to 'get'
4848
# maybe similar to this: https://github.com/actions/runner-images/issues/9679

0 commit comments

Comments
 (0)