Skip to content

Commit 40f5e68

Browse files
committed
Build Fuchsia on 8 cores instead of 16
1 parent 0c1fb2a commit 40f5e68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ jobs:
291291
- name: x86_64-gnu-integration
292292
env:
293293
CI_ONLY_WHEN_CHANNEL: nightly
294-
os: ubuntu-20.04-16core-64gb
294+
os: ubuntu-20.04-8core-32gb
295295
- name: x86_64-gnu-debug
296296
os: ubuntu-20.04-8core-32gb
297297
env: {}

src/ci/github-actions/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ jobs:
476476
# nightly features to compile, and this job would fail if
477477
# executed on beta and stable.
478478
CI_ONLY_WHEN_CHANNEL: nightly
479-
<<: *job-linux-16c
479+
<<: *job-linux-8c
480480

481481
- name: x86_64-gnu-debug
482482
<<: *job-linux-8c

0 commit comments

Comments
 (0)