summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-07-03 13:50:33 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-07-03 18:55:46 +0200
commitfcd58000ca58abde197d02794d03683b5e453070 (patch)
treeb4d508060578d949d5d2d8dc6ba67dd16f7f3513
parent5472aa20a19d3a12e97c3fc42edc4bb5fdb7e818 (diff)
downloadqutebrowser-fcd58000ca58abde197d02794d03683b5e453070.tar.gz
qutebrowser-fcd58000ca58abde197d02794d03683b5e453070.zip
ci: Don't run two Qt 5.7 environments
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ef91b3852..cea8df2b2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -68,16 +68,12 @@ jobs:
matrix:
include:
### PyQt 5.7.1 (Python 3.5)
- # FIXME: Flaky tests / segfault on exit?
- testenv: py35-pyqt57
os: ubuntu-16.04
python: 3.5
- - testenv: py35-pyqt57
- os: ubuntu-18.04
- python: 3.5
### PyQt 5.9 (Python 3.6)
- testenv: py36-pyqt59
- os: ubuntu-20.04
+ os: ubuntu-18.04
python: 3.6
### PyQt 5.10 (Python 3.6)
- testenv: py36-pyqt510