gh-actions: Set max-parallel to 4

This commit is contained in:
Alexander Niederbühl 2019-12-28 12:45:45 +01:00
parent 5a3f903745
commit 5c1cb34c4a
1 changed files with 1 additions and 1 deletions

View File

@ -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]