Skip to content

Commit 2668080

Browse files
committed
Update matrix job configuration to ensure maximum parallel execution
1 parent 749c688 commit 2668080

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/12-0-matrix.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
matrix:
1313
os: [ubuntu-latest, windows-latest, macos-latest]
1414
node: [14, 16, 18]
15+
max-parallel: 3
1516
steps:
1617
- name: Matrix Job Step 1
1718
run: |

0 commit comments

Comments
 (0)