From 29b79e4a01aeaf76455cf0b16fee4650fb81f71f Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Sat, 14 May 2022 17:04:36 +0200 Subject: [PATCH] change out-of-source-build CI job to run on Ubuntu 22.10 instead of 21.10 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 486d7dbee..cea4bd0ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -386,7 +386,7 @@ out-of-source-build: - ci/out-of-source-build.sh |& tee $logfile - echo "$CI_JOB_NAME-warnings `grep -c 'warning:' $logfile`" | tee metrics.txt needs: - - job: docker_build_ubuntu-21.10 + - job: docker_build_ubuntu-22.04 artifacts: false - job: portable-source artifacts: true @@ -398,7 +398,7 @@ out-of-source-build: reports: metrics: metrics.txt variables: - IMAGE: ubuntu-21.10 + IMAGE: ubuntu-22.04 macos-autotools-build: <<: *macos_build_definition -- 2.40.0