From 9e080286916cf359e835524914d16a27ab205b63 Mon Sep 17 00:00:00 2001 From: Lukas Holecek Date: Fri, 25 Aug 2023 14:24:18 +0200 Subject: [PATCH] GitLab-CI: Bump test image version --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 56b059efcb..efc5bca87b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ --- -image: ubuntu:20.04 +image: ubuntu:22.04 variables: BUILD_DIR: "build"