Build Fuchsia on 8 cores instead of 16

This commit is contained in:
Tyler Mandry 2023-12-28 16:20:02 -08:00
parent 0c1fb2a1e6
commit 40f5e6899d
2 changed files with 2 additions and 2 deletions

View file

@ -291,7 +291,7 @@ jobs:
- name: x86_64-gnu-integration
env:
CI_ONLY_WHEN_CHANNEL: nightly
os: ubuntu-20.04-16core-64gb
os: ubuntu-20.04-8core-32gb
- name: x86_64-gnu-debug
os: ubuntu-20.04-8core-32gb
env: {}

View file

@ -476,7 +476,7 @@ jobs:
# nightly features to compile, and this job would fail if
# executed on beta and stable.
CI_ONLY_WHEN_CHANNEL: nightly
<<: *job-linux-16c
<<: *job-linux-8c
- name: x86_64-gnu-debug
<<: *job-linux-8c