We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f175f9a commit be73308Copy full SHA for be73308
.github/workflows/ci.yml
@@ -99,15 +99,6 @@ jobs:
99
# clang 10 and lower are not supported
100
# in ubuntu 22.04 and higher
101
102
- - cxx_compiler: clang++-11
103
- c_compiler: clang-11
104
- build_type: Debug
105
- cxxstd: 14
106
- arch: 64
107
- packages: 'clang-11'
108
- cmake: 3.15.*
109
- os: ubuntu-22.04
110
-
111
- cxx_compiler: clang++-12
112
c_compiler: clang-12
113
build_type: ASAN
@@ -174,6 +165,15 @@ jobs:
174
165
cmake: 3.30.*
175
166
os: ubuntu-24.04
176
167
168
+ - cxx_compiler: clang++-19
169
+ c_compiler: clang-19
170
+ build_type: Debug
171
+ cxxstd: 20
172
+ arch: 64
173
+ packages: 'clang-19'
+ cmake: 3.30.*
+ os: ubuntu-24.04
+
177
178
runs-on: ${{ matrix.ci.os }}
179
steps:
0 commit comments