From 7e71b8e7f2f658999fd6d0871cab3acad53150e7 Mon Sep 17 00:00:00 2001 From: Michael Tokarev Date: Thu, 4 Dec 2025 23:50:23 +0300 Subject: [PATCH] gitlab-ci.d/cirrus: Update the FreeBSD job to v14.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The FreeBSD 14.2 job fails since the image disappeared from the cloud. We already bumped FreeBSD image to 14.3 in tests/vm in c8958b7eb4 (part of v10.1.0). Signed-off-by: Michael Tokarev Reviewed-by: Alex Bennée Tested-by: Alex Bennée Reviewed-by: Thomas Huth Message-ID: <20251204205025.2423326-1-mjt@tls.msk.ru> Signed-off-by: Alex Bennée --- .gitlab-ci.d/cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.d/cirrus.yml b/.gitlab-ci.d/cirrus.yml index 13a0bf5bb9f..0d66a14186a 100644 --- a/.gitlab-ci.d/cirrus.yml +++ b/.gitlab-ci.d/cirrus.yml @@ -37,7 +37,7 @@ x64-freebsd-14-build: NAME: freebsd-14 CIRRUS_VM_INSTANCE_TYPE: freebsd_instance CIRRUS_VM_IMAGE_SELECTOR: image_family - CIRRUS_VM_IMAGE_NAME: freebsd-14-2 + CIRRUS_VM_IMAGE_NAME: freebsd-14-3 CIRRUS_VM_CPUS: 8 CIRRUS_VM_RAM: 8G UPDATE_COMMAND: pkg update; pkg upgrade -y -- 2.47.3