forked from github/verilator
CI: Do not limit parallelism
Free accounts can run up to 20 jobs, pro ones 40. There does not seem to be a reason to limit ourselves to 8.
This commit is contained in:
parent
7ef9b32faa
commit
58b4ed0995
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -91,7 +91,6 @@ jobs:
|
||||
needs: [ Matrix, Build ]
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 8
|
||||
matrix:
|
||||
os: ${{ fromJson(needs.Matrix.outputs.matrix) }}
|
||||
compiler:
|
||||
|
Loading…
Reference in New Issue
Block a user