summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-08-16 18:17:14 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-08-16 18:17:14 +0200
commitabe295581ef48b4441f632b7bd6968b1f5446d34 (patch)
tree6e873fe8d53014e7db646b34cd435d9cd773ef8e
parent552ca81af404f520d6ce183bba968d791dd9a574 (diff)
downloadqutebrowser-abe295581ef48b4441f632b7bd6968b1f5446d34.tar.gz
qutebrowser-abe295581ef48b4441f632b7bd6968b1f5446d34.zip
ci: Drop Ubuntu 18.04, add 22.04
See https://github.com/actions/runner-images/issues/6002
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7a0fbb636..3081b76b9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -116,7 +116,7 @@ jobs:
include:
### PyQt 5.12 (Python 3.7)
- testenv: py37-pyqt512
- os: ubuntu-18.04
+ os: ubuntu-20.04
python: "3.7"
### PyQt 5.13 (Python 3.7)
- testenv: py37-pyqt513
@@ -132,7 +132,7 @@ jobs:
python: "3.9"
### PyQt 5.15 (Python 3.10, with coverage)
- testenv: py310-pyqt515-cov
- os: ubuntu-20.04
+ os: ubuntu-22.04
python: "3.10"
### PyQt 5.15 (Python 3.11)
- testenv: py311-pyqt515