mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
build-system: move to Ubuntu Jammy
Impish is EOL. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e92b1a5692
commit
ec9829bbd6
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
name: Ubuntu 21.10 / Qt 5.15--
|
||||
name: Ubuntu 22.04 / Qt 5.15--
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
@ -8,10 +8,10 @@ on:
|
|||
- master
|
||||
|
||||
jobs:
|
||||
buildUbuntuImpish:
|
||||
buildUbuntuJammy:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ubuntu:21.10
|
||||
image: ubuntu:22.04
|
||||
|
||||
steps:
|
||||
- name: checkout sources
|
Loading…
Reference in a new issue