From 8ca8a76581cb2b111415d92f640c0c21b4809359 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Wed, 19 May 2021 04:36:38 +0200 Subject: [PATCH] ci: Limit the number of concurrent builds to 4 --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8789fa29a2..5eaac368e7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,6 +15,7 @@ jobs: cc: runs-on: ubuntu-20.04 strategy: + max-parallel: 4 matrix: bits: [ 32, 64 ] type: [ "static", "shared" ]