From 191913a9e30a93acba7fd75cd1d6fb15ae7d010d Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 16 Feb 2022 14:48:41 +1000 Subject: [PATCH] gitlab CI: update the pages job to F35 too Almost like there was a comment there telling me to do exactly that and I didn't notice... Signed-off-by: Peter Hutterer --- .gitlab-ci.yml | 2 +- .gitlab-ci/ci.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a3f5e1e..2b5e63f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -281,7 +281,7 @@ pages: - .build@template - .fdo.distribution-image@fedora variables: - FDO_DISTRIBUTION_VERSION: '34' + FDO_DISTRIBUTION_VERSION: '35' FDO_DISTRIBUTION_TAG: $FEDORA_TAG MESON_ARGS: "-Ddocumentation=true" after_script: diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template index 70d731d..66b1c2c 100644 --- a/.gitlab-ci/ci.template +++ b/.gitlab-ci/ci.template @@ -313,7 +313,7 @@ pages: - .build@template - .fdo.distribution-image@fedora variables: - FDO_DISTRIBUTION_VERSION: '34' + FDO_DISTRIBUTION_VERSION: '35' FDO_DISTRIBUTION_TAG: $FEDORA_TAG MESON_ARGS: "-Ddocumentation=true" after_script: