From 73b25b9793f68a51d7280a32aeb8c2116ec40f98 Mon Sep 17 00:00:00 2001 From: strawberry Date: Thu, 18 Apr 2024 21:01:37 -0400 Subject: [PATCH] ci: limit max parallel jobs to 4 Signed-off-by: strawberry --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52d4762a..ee62e23f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,7 @@ jobs: name: CI, Tests, Artifacts, and Publish runs-on: ubuntu-latest strategy: + max-parallel: 4 matrix: target: [ "static-x86_64-unknown-linux-musl",