diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-12-11 09:45:49 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-12-17 09:17:54 -0800 |
commit | 08c72605aaf47d6841006ebf94b31e19b75b6856 (patch) | |
tree | b27a13b2c3a2a308ea63b1873bb99842358a31db /.github/workflows | |
parent | f092d818668a891b6a2db70c57118729950106d0 (diff) | |
download | subsurface-08c72605aaf47d6841006ebf94b31e19b75b6856.tar.gz |
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>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/linux-eoan-5.12.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |