mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
f092d81866
commit
08c72605aa
1 changed files with 2 additions and 2 deletions
4
.github/workflows/linux-eoan-5.12.yml
vendored
4
.github/workflows/linux-eoan-5.12.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue