File tree Expand file tree Collapse file tree 2 files changed +3
-20
lines changed
Expand file tree Collapse file tree 2 files changed +3
-20
lines changed Original file line number Diff line number Diff line change 4949 strategy :
5050 matrix :
5151 include :
52- - name : mingw-check
53- os : ubuntu-20.04-4core-16gb
54- env : {}
55- - name : mingw-check-tidy
56- os : ubuntu-20.04-4core-16gb
57- env : {}
58- - name : x86_64-gnu-llvm-15
59- os : ubuntu-20.04-16core-64gb
60- env : {}
61- - name : x86_64-gnu-tools
52+ - name : dist-x86_64-linux
6253 os : ubuntu-20.04-16core-64gb
6354 env : {}
6455 timeout-minutes : 600
Original file line number Diff line number Diff line change @@ -315,16 +315,8 @@ jobs:
315315 strategy :
316316 matrix :
317317 include :
318- - name : mingw-check
319- << : *job-linux-4c
320-
321- - name : mingw-check-tidy
322- << : *job-linux-4c
323-
324- - name : x86_64-gnu-llvm-15
325- << : *job-linux-16c
326-
327- - name : x86_64-gnu-tools
318+ - &dist-x86_64-linux
319+ name : dist-x86_64-linux
328320 << : *job-linux-16c
329321
330322 auto :
You can’t perform that action at this time.
0 commit comments