Skip to content

Commit 4c85110

Browse files
committed
CI Add Clang 18 with C++23 in build workflow
1 parent 7d54413 commit 4c85110

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-cppfront.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
- runs-on: macos-latest
3939
compiler: clang++
4040
cxx-std: 'c++20'
41+
- runs-on: ubuntu-22.04
42+
compiler: clang++-15
43+
cxx-std: 'c++20'
4144
- runs-on: ubuntu-24.04
4245
compiler: clang++-16
4346
cxx-std: 'c++20'
@@ -47,6 +50,9 @@ jobs:
4750
- runs-on: ubuntu-24.04
4851
compiler: clang++-18
4952
cxx-std: 'c++20'
53+
- runs-on: ubuntu-24.04
54+
compiler: clang++-18
55+
cxx-std: 'c++2b'
5056
- runs-on: ubuntu-24.04
5157
compiler: g++-14
5258
cxx-std: 'c++2b'

0 commit comments

Comments
 (0)