Skip to content

Commit 9154a8f

Browse files
committed
[dont merge] handmade try
1 parent 5ae8838 commit 9154a8f

File tree

2 files changed

+3
-20
lines changed

2 files changed

+3
-20
lines changed

.github/workflows/ci.yml

+1-10
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,7 @@ jobs:
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

src/ci/github-actions/ci.yml

+2-10
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)