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 <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2020-12-11 09:45:49 -08:00
parent f092d81866
commit 08c72605aa

View file

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