We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9f5aaa commit 453bc91Copy full SHA for 453bc91
.github/workflows/ci.yml
@@ -565,6 +565,9 @@ jobs:
565
- name: dist-x86_64-linux
566
os: ubuntu-20.04-16core-64gb
567
env: {}
568
+ - name: dist-various-2
569
+ os: ubuntu-20.04-8core-32gb
570
+ env: {}
571
timeout-minutes: 600
572
runs-on: "${{ matrix.os }}"
573
steps:
src/ci/github-actions/ci.yml
@@ -720,6 +720,8 @@ jobs:
720
- &dist-x86_64-linux
721
name: dist-x86_64-linux
722
<<: *job-linux-16c
723
724
+ <<: *job-linux-8c
725
726
master:
727
name: master
0 commit comments