Skip to content

Commit 8438ab3

Browse files
committed
ci: remove (clang-16, libstdc++, c++23) exclusion
1 parent 4be9076 commit 8438ab3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -309,12 +309,6 @@ jobs:
309309
# Honestly, we do not get much insight from testing Release modes of different c++-versions.
310310
- build_mode: "Release"
311311
cxx_standard: 23
312-
# This combination results in a compile error in ranges header.
313-
- cxx_standard: 23
314-
config:
315-
compiler_name: "clang"
316-
compiler_version: "16"
317-
libcxx: false
318312
# gcc-10 doesn't know C++-23
319313
- cxx_standard: 23
320314
config:

0 commit comments

Comments
 (0)