.gitlab-ci.yml: update build image to Ubuntu Jammy (22.04)

This commit is contained in:
Andreas Schildbach 2022-08-25 10:31:35 +02:00
parent dcceeedd52
commit b4fe055f8a

View file

@ -1,4 +1,4 @@
image: ubuntu:focal
image: ubuntu:jammy
variables:
GIT_SUBMODULE_STRATEGY: recursive