From 041d24051d47eb9213c46b2c8b24f0bdc57d5fc3 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 16 Mar 2022 01:38:55 -0400 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9a0dfc5b..98b06e68 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,6 +25,7 @@ jobs: runs-on: ${{ matrix.platform }} strategy: fail-fast: false + max-parallel: 4 matrix: platform: [ubuntu-latest, windows-latest, macos-latest, macos-11, ubuntu-18.04, windows-2022, windows-2016] @@ -64,6 +65,7 @@ jobs: runs-on: ${{ matrix.platform }} strategy: fail-fast: false + max-parallel: 4 matrix: platform: [ubuntu-latest, windows-latest, macos-latest, macos-11, ubuntu-18.04, windows-2022, windows-2016] steps: @@ -119,6 +121,7 @@ jobs: runs-on: ${{ matrix.platform }} strategy: fail-fast: false + max-parallel: 4 matrix: platform: [ubuntu-latest, windows-latest, macos-latest, macos-11, ubuntu-18.04, windows-2022, windows-2016] @@ -158,6 +161,7 @@ jobs: runs-on: ${{ matrix.platform }} strategy: fail-fast: false + max-parallel: 4 matrix: platform: [ubuntu-latest, windows-latest, macos-latest, macos-11, ubuntu-18.04, windows-2022, windows-2016] @@ -197,6 +201,7 @@ jobs: runs-on: ${{ matrix.platform }} strategy: fail-fast: false + max-parallel: 4 matrix: platform: [ubuntu-latest, windows-latest, macos-latest, macos-11, ubuntu-18.04, windows-2022, windows-2016]