gh-actions: Set max-parallel to 4
This commit is contained in:
parent
5a3f903745
commit
5c1cb34c4a
|
@ -6,7 +6,7 @@ jobs:
|
|||
build:
|
||||
runs-on: windows-latest
|
||||
strategy:
|
||||
max-parallel: 3
|
||||
max-parallel: 4
|
||||
matrix:
|
||||
python-version: [3.5, 3.6, 3.7, 3.8]
|
||||
|
||||
|
|
Loading…
Reference in New Issue