change: adjust github action yml

This commit is contained in:
debugtalk
2019-12-14 00:26:04 +08:00
parent 54578b98e7
commit aa96e891f1
2 changed files with 4 additions and 4 deletions

View File

@@ -8,10 +8,10 @@ jobs:
name: ${{ matrix.python-version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 5
max-parallel: 6
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v1