From: Magnus Jacobsson Date: Mon, 18 Oct 2021 16:07:24 +0000 (+0200) Subject: CI: change out-of-source-build job to run on Ubuntu 21.10 X-Git-Tag: 2.49.3~2^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96c05ec5ddc63b4721d3825b129ba115727e0ec0;p=graphviz CI: change out-of-source-build job to run on Ubuntu 21.10 --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0412ca903..6b4a5c5ea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -462,7 +462,7 @@ out-of-source-build: - rm $logfile - cat metrics.txt needs: - - job: docker_build_ubuntu-21.04 + - job: docker_build_ubuntu-21.10 artifacts: false - job: portable-source artifacts: true @@ -474,7 +474,7 @@ out-of-source-build: reports: metrics: metrics.txt variables: - IMAGE: ubuntu-21.04 + IMAGE: ubuntu-21.10 macos-autotools-build: <<: *macos_build_definition