Enable Python 3.8 CI tests with macOS Catalina

Additionally, ubuntu and macOS builds are intercalated, so the macOS
tests aren't left for last.
This commit is contained in:
Jonas Malaco 2019-11-07 18:46:34 -03:00
parent 9fa79f1040
commit dabb8e5d82
1 changed files with 1 additions and 4 deletions

View File

@ -9,11 +9,8 @@ jobs:
strategy:
max-parallel: 4
matrix:
os: [ubuntu-latest, macOS-latest]
python-version: [3.6, 3.7, 3.8]
exclude:
- os: macOS-latest
python-version: 3.8
os: [ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@v1