summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-01-08 10:07:05 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-01-08 10:07:05 +0100
commitc628e1430c1d51888df6b825121444334d1b15ec (patch)
tree206ac7bbdd6c5b623c66aa8b9d92eddfd4090e4b
parentb4ca651929f667db9269880382c264e08e716047 (diff)
downloadqutebrowser-c628e1430c1d51888df6b825121444334d1b15ec.tar.gz
qutebrowser-c628e1430c1d51888df6b825121444334d1b15ec.zip
ci: Remove macOS Big Sur for now
See https://github.com/actions/virtual-environments/issues/841
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4ec4b1184..669c9ceb1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -126,10 +126,10 @@ jobs:
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
+ # - 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