build-system: move to Ubuntu Jammy

Impish is EOL.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2022-07-30 17:53:07 -07:00
parent e92b1a5692
commit ec9829bbd6

View file

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