Build Fuchsia on 8 cores instead of 16
This commit is contained in:
parent
0c1fb2a1e6
commit
40f5e6899d
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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: {}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user