From 08c72605aaf47d6841006ebf94b31e19b75b6856 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 11 Dec 2020 09:45:49 -0800 Subject: Github Actions: switch to Ubuntu 20.04 19.10 is no longer receiving updates and causing problems when running the tests. 20.04 also uses Qt 5.12. Signed-off-by: Dirk Hohndel --- .github/workflows/linux-eoan-5.12.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/linux-eoan-5.12.yml b/.github/workflows/linux-eoan-5.12.yml index 3cec1cd46..b8461d621 100644 --- a/.github/workflows/linux-eoan-5.12.yml +++ b/.github/workflows/linux-eoan-5.12.yml @@ -1,4 +1,4 @@ -name: Ubuntu 19.10 / Qt 5.12 +name: Ubuntu 20.04 / Qt 5.12 on: push: branches: @@ -11,7 +11,7 @@ jobs: buildInContainer: runs-on: ubuntu-latest container: - image: ubuntu:19.10 + image: ubuntu:20.04 steps: - name: checkout sources -- cgit v1.2.3-70-g09d2