build-image: max-parallel 1 -> 5 (we have 5 self-hosted runners)

This commit is contained in:
mia26MAjFm
2026-06-21 09:29:35 -04:00
parent 7f5dc8df0c
commit bf96770651

View File

@@ -48,7 +48,7 @@ jobs:
strategy: strategy:
fail-fast: true fail-fast: true
max-parallel: 1 max-parallel: 5
matrix: matrix:
distro: ${{ fromJson(needs.matrix.outputs.distros) }} distro: ${{ fromJson(needs.matrix.outputs.distros) }}