Skip to content

Commit 3e62895

Browse files
committed
Allow 5 parallel jobs
1 parent 1d58391 commit 3e62895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
timeout-minutes: 40
1515
strategy:
16-
max-parallel: 4
16+
max-parallel: 5
1717
matrix:
1818
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1919

0 commit comments

Comments
 (0)