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:
Geza Lore 2021-06-09 22:44:26 +01:00
parent 7ef9b32faa
commit 58b4ed0995

View File

@ -91,7 +91,6 @@ jobs:
needs: [ Matrix, Build ]
strategy:
fail-fast: false
max-parallel: 8
matrix:
os: ${{ fromJson(needs.Matrix.outputs.matrix) }}
compiler: