summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-11-24 13:39:06 +0100
committerFlorian Bruhin <me@the-compiler.org>2020-11-24 14:06:42 +0100
commitfeff463bf146ea173f629e4b97ff09b540abe348 (patch)
tree3f90be68a1c47ddb733023d81c35cfa1c002850c
parenta35ad6920046a44d39ba9e88d70b2985145f58ac (diff)
downloadqutebrowser-feff463bf146ea173f629e4b97ff09b540abe348.tar.gz
qutebrowser-feff463bf146ea173f629e4b97ff09b540abe348.zip
ci: Add macOS Big Sur
See #5663 and #5896 (which we don't test for at the moment)
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6ddb793e1..8e1f1341f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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