Skip to content

Commit

Permalink
boostrap: raise parralel ci jobs limit
Browse files Browse the repository at this point in the history
  • Loading branch information
davidandreoletti committed Mar 14, 2024
1 parent a0b2ac0 commit 00f53fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: Bootstrap
jobs:
bootstrap_macos:
strategy:
#max-parallel: 4
max-parallel: 16
fail-fast: false
matrix:
platform: ['macos']
Expand All @@ -31,7 +31,7 @@ jobs:

bootstrap_linux:
strategy:
#max-parallel: 6
max-parallel: 16
fail-fast: false
matrix:
platform: ['linux']
Expand Down

0 comments on commit 00f53fd

Please sign in to comment.