ci: Drop Ubuntu 18.04, add 22.04

See https://github.com/actions/runner-images/issues/6002
This commit is contained in:
Florian Bruhin 2022-08-16 18:17:14 +02:00
parent 2b2682f14c
commit c9613e09e5
1 changed files with 2 additions and 2 deletions

View File

@ -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