Skip to content

Commit

Permalink
use smaller machines in CI PR runs
Browse files Browse the repository at this point in the history
  • Loading branch information
klensy committed Aug 8, 2023
1 parent 6d55184 commit 524572d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
matrix:
include:
- name: mingw-check
os: ubuntu-20.04-16core-64gb
os: ubuntu-20.04-4core-16gb
env: {}
- name: mingw-check-tidy
os: ubuntu-20.04-16core-64gb
os: ubuntu-20.04-4core-16gb
env: {}
- name: x86_64-gnu-llvm-15
os: ubuntu-20.04-16core-64gb
Expand Down
4 changes: 2 additions & 2 deletions src/ci/github-actions/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,10 +318,10 @@ jobs:
matrix:
include:
- name: mingw-check
<<: *job-linux-16c
<<: *job-linux-4c

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

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

0 comments on commit 524572d

Please sign in to comment.