File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -182,37 +182,31 @@ jobs:
182182 run : uvx nox -s test -- --profile ci
183183
184184 - name : Install clang v19
185- if : runner.os == 'Linux'
186185 uses : ./.github/install-clang-action
187186 with :
188187 version : ' 19'
189188
190189 - name : Collect Coverage for clang v19
191- if : runner.os == 'Linux'
192190 env :
193191 CLANG_VERSION : ' 19'
194192 run : uvx nox -s test -- --profile ci
195193
196194 - name : Install clang v20
197- if : runner.os == 'Linux'
198195 uses : ./.github/install-clang-action
199196 with :
200197 version : ' 20'
201198
202199 - name : Collect Coverage for clang v20
203- if : runner.os == 'Linux'
204200 env :
205201 CLANG_VERSION : ' 20'
206202 run : uvx nox -s test -- --profile ci
207203
208204 - name : Install clang v21
209- if : runner.os == 'Linux'
210205 uses : ./.github/install-clang-action
211206 with :
212207 version : ' 21'
213208
214209 - name : Collect Coverage for clang v21
215- if : runner.os == 'Linux'
216210 env :
217211 CLANG_VERSION : ' 21'
218212 run : uvx nox -s test -- --profile all
You can’t perform that action at this time.
0 commit comments