Merge pull request #4199 from hugovk/upgrade-gha-macos

Test on latest available macOS and Ubuntu
This commit is contained in:
Andrew Murray 2019-11-09 15:18:23 +11:00 committed by GitHub
commit 48eb37aa40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,8 +9,8 @@ jobs:
fail-fast: false
matrix:
os: [
"ubuntu-18.04",
"macOS-10.14",
"ubuntu-latest",
"macOS-latest",
]
python-version: [
"pypy3",