Skip to content

Commit e7dd3f8

Browse files
committed
Increase max-parallel to 4 for build jobs in CI workflow
1 parent 2a65f72 commit e7dd3f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/builder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
if: needs.init.outputs.changed == 'true'
7777
name: Build ${{ matrix.arch }} ${{ matrix.addon }} add-on
7878
strategy:
79-
max-parallel: 1
79+
max-parallel: 4
8080
matrix:
8181
addon: ${{ fromJson(needs.init.outputs.changed_addons) }}
8282
arch: ["aarch64", "amd64"]

0 commit comments

Comments
 (0)