Skip to content

Commit

Permalink
[dont merge] handmade try
Browse files Browse the repository at this point in the history
  • Loading branch information
klensy committed Aug 23, 2023
1 parent 5ae8838 commit 9154a8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,7 @@ jobs:
strategy:
matrix:
include:
- name: mingw-check
os: ubuntu-20.04-4core-16gb
env: {}
- name: mingw-check-tidy
os: ubuntu-20.04-4core-16gb
env: {}
- name: x86_64-gnu-llvm-15
os: ubuntu-20.04-16core-64gb
env: {}
- name: x86_64-gnu-tools
- name: dist-x86_64-linux
os: ubuntu-20.04-16core-64gb
env: {}
timeout-minutes: 600
Expand Down
12 changes: 2 additions & 10 deletions src/ci/github-actions/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -315,16 +315,8 @@ jobs:
strategy:
matrix:
include:
- name: mingw-check
<<: *job-linux-4c

- name: mingw-check-tidy
<<: *job-linux-4c

- name: x86_64-gnu-llvm-15
<<: *job-linux-16c

- name: x86_64-gnu-tools
- &dist-x86_64-linux
name: dist-x86_64-linux
<<: *job-linux-16c

auto:
Expand Down

0 comments on commit 9154a8f

Please sign in to comment.