From 435e7bfd0dac4ee467ecc37df07868c3242d54e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Cerveau?= Date: Mon, 13 Feb 2023 21:54:39 +0100 Subject: [PATCH] ci: update fedora to 36 to support the latest gtk4-rs --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 34e72c3..3bb1648 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,9 +16,9 @@ variables: # Version and tag for our current container .fedora: variables: - FDO_DISTRIBUTION_VERSION: "35" + FDO_DISTRIBUTION_VERSION: "36" # Update this to trigger a container rebuild - FDO_DISTRIBUTION_TAG: "2023-02-13.0" + FDO_DISTRIBUTION_TAG: "2023-02-13.1" before_script: - source ./ci/env.sh - mkdir .cargo && echo -e "[net]\ngit-fetch-with-cli = true" > .cargo/config