From bf967706512a6b9a9bf02b17807aecc27dbc9212 Mon Sep 17 00:00:00 2001 From: mia26MAjFm Date: Sun, 21 Jun 2026 09:29:35 -0400 Subject: [PATCH] build-image: max-parallel 1 -> 5 (we have 5 self-hosted runners) --- .github/workflows/build-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 9e7c900..214c01e 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -48,7 +48,7 @@ jobs: strategy: fail-fast: true - max-parallel: 1 + max-parallel: 5 matrix: distro: ${{ fromJson(needs.matrix.outputs.distros) }}