increase ci parallel for faster ci jobs

This commit is contained in:
J.Townsend 2021-12-10 01:39:30 +00:00 committed by GitHub
parent 988026ec49
commit 42709a8c38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ jobs:
Python:
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 4
max-parallel: 8
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [3.8, 3.9, 3.10.0]