We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c1fb2a commit 40f5e68Copy full SHA for 40f5e68
.github/workflows/ci.yml
@@ -291,7 +291,7 @@ jobs:
291
- name: x86_64-gnu-integration
292
env:
293
CI_ONLY_WHEN_CHANNEL: nightly
294
- os: ubuntu-20.04-16core-64gb
+ os: ubuntu-20.04-8core-32gb
295
- name: x86_64-gnu-debug
296
os: ubuntu-20.04-8core-32gb
297
env: {}
src/ci/github-actions/ci.yml
@@ -476,7 +476,7 @@ jobs:
476
# nightly features to compile, and this job would fail if
477
# executed on beta and stable.
478
479
- <<: *job-linux-16c
+ <<: *job-linux-8c
480
481
482
<<: *job-linux-8c
0 commit comments