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 c93a56d commit 98c793eCopy full SHA for 98c793e
.github/workflows/ci.yml
@@ -54,6 +54,13 @@ jobs:
54
build: unit
55
build_type: Debug
56
57
+ - name: "Unit clang20 (libc++)"
58
+ cxx: "clang++-20"
59
+ cc: "clang-20"
60
+ pkg: "clang-20 libc++-20-dev libc++abi-20-dev libc++1-20 libc++abi1-20"
61
+ cxx_flags: "-std=c++20 -stdlib=libc++"
62
+ build: unit
63
+ build_type: Debug
64
- name: "Unit gcc11 Release"
65
cxx: "g++-11"
66
cc: "gcc-11"
@@ -96,6 +103,15 @@ jobs:
96
103
97
104
98
105
106
+ - name: "Unit gcc15 c++23"
107
+ os: "ubuntu-24.04"
108
+ cxx: "g++-15"
109
+ cc: "gcc-15"
110
+ pkg: "gcc-15 g++-15"
111
+ cxx_flags: "-std=c++23"
112
113
114
+
99
115
- name: "benchmark gcc13"
100
116
cxx: "g++-13"
101
117
cc: "gcc-13"
0 commit comments