From: Simon McVittie Date: Fri, 8 Aug 2025 16:01:36 +0000 (+0100) Subject: CI: Update FreeBSD to 14.3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=538fc647e228c5d9da36c1b5580855ab4365cb34;p=thirdparty%2Fdbus.git CI: Update FreeBSD to 14.3 14.2 reaches end-of-life in September, and our 14.2-based image has a sufficiently small amount of space available that it fails to upgrade now. Signed-off-by: Simon McVittie --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb09fc5af..11d405355 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -81,8 +81,8 @@ variables: variables: BUILD_OS: freebsd BUILD_ARCH: "x86_64" - FDO_DISTRIBUTION_VERSION: '14.2' - FDO_DISTRIBUTION_TAG: "2025-02-27.1-$UPSTREAM_BRANCH" + FDO_DISTRIBUTION_VERSION: '14.3' + FDO_DISTRIBUTION_TAG: "2025-08-08.2-$UPSTREAM_BRANCH" FDO_REPO_SUFFIX: "$BUILD_OS/$BUILD_ARCH" .cmake-common: