ci: Add macOS Big Sur

See #5663 and #5896 (which we don't test for at the moment)
This commit is contained in:
Florian Bruhin 2020-11-24 13:39:06 +01:00
parent a35ad69200
commit feff463bf1
1 changed files with 5 additions and 0 deletions

View File

@ -121,6 +121,11 @@ jobs:
os: macos-10.15
python: 3.7
args: "tests/unit" # Only run unit tests on macOS
### macOS Big Sur
- testenv: py37-pyqt515
os: macos-11.0
python: 3.7
args: "tests/unit" # Only run unit tests on macOS
### Windows: PyQt 5.15 (Python 3.7 to match PyInstaller env)
- testenv: py37-pyqt515
os: windows-2019