Skip to content

Commit 524572d

Browse files
committed
use smaller machines in CI PR runs
1 parent 6d55184 commit 524572d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
matrix:
5151
include:
5252
- name: mingw-check
53-
os: ubuntu-20.04-16core-64gb
53+
os: ubuntu-20.04-4core-16gb
5454
env: {}
5555
- name: mingw-check-tidy
56-
os: ubuntu-20.04-16core-64gb
56+
os: ubuntu-20.04-4core-16gb
5757
env: {}
5858
- name: x86_64-gnu-llvm-15
5959
os: ubuntu-20.04-16core-64gb

src/ci/github-actions/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -318,10 +318,10 @@ jobs:
318318
matrix:
319319
include:
320320
- name: mingw-check
321-
<<: *job-linux-16c
321+
<<: *job-linux-4c
322322

323323
- name: mingw-check-tidy
324-
<<: *job-linux-16c
324+
<<: *job-linux-4c
325325

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

0 commit comments

Comments
 (0)