We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dist-powerpc-linux
1 parent b153a01 commit 8c5874bCopy full SHA for 8c5874b
.github/workflows/ci.yml
@@ -544,8 +544,8 @@ jobs:
544
strategy:
545
matrix:
546
include:
547
- - name: dist-x86_64-linux
548
- os: ubuntu-20.04-16core-64gb
+ - name: dist-powerpc-linux
+ os: ubuntu-20.04-8core-32gb
549
env: {}
550
timeout-minutes: 600
551
runs-on: "${{ matrix.os }}"
src/ci/github-actions/ci.yml
@@ -693,9 +693,8 @@ jobs:
693
694
695
696
- - &dist-x86_64-linux
697
- name: dist-x86_64-linux
698
- <<: *job-linux-16c
+ <<: *job-linux-8c
699
700
master:
701
name: master
0 commit comments