Skip to content

Commit 4c6e675

Browse files
Fixing #159 and adding c++23 builds (#180)
1 parent 8587119 commit 4c6e675

File tree

7 files changed

+764
-13
lines changed

7 files changed

+764
-13
lines changed

.github/workflows/cetlvast.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
strategy:
5151
matrix:
5252
toolchain: ["gcc-native-32", "clang-native"]
53-
standard: ["cpp-14", "cpp-17", "cpp-20"]
53+
standard: ["cpp-14", "cpp-17", "cpp-20", "cpp-23"]
5454
steps:
5555
- uses: actions/checkout@v4
5656
- name: Cache ext modules

0 commit comments

Comments
 (0)