From 5c23ac8429b194ad60ba846e94ec39f6b466114e Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 8 Jan 2021 12:50:09 +0100 Subject: ci: Test Ubuntu 18.04 See #5551 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 669c9ceb1..481ddc18d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,7 +102,7 @@ jobs: include: ### PyQt 5.12 (Python 3.6) - testenv: py36-pyqt512 - os: ubuntu-20.04 + os: ubuntu-18.04 python: 3.6 ### PyQt 5.13 (Python 3.7) - testenv: py37-pyqt513 -- cgit v1.2.3-54-g00ecf