From 3dd3f3380b00fb79516b7405f03c76fb07c3d8ab Mon Sep 17 00:00:00 2001 From: Matthew Brown Date: Mon, 11 Jan 2021 18:19:11 -0500 Subject: [PATCH] Bump up to 8 concurrent builds --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1af30ce67..6335ab8c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest env: - CHUNK_COUNT: 5 + CHUNK_COUNT: 8 outputs: count: ${{ steps.chunk-matrix.outputs.count }}