From 229eab8fc9db03442da51b49c300ca0e04ee7ba6 Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Thu, 9 Oct 2025 14:06:48 +0200 Subject: [PATCH] CI: cirrus-ci: bump FreeBSD image to 14-3 FreeBSD CI seems to be broken for a while, try to upgrade the image to the latest 14.3 version. --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 1c61bf569..169476ff5 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,7 +1,7 @@ FreeBSD_task: freebsd_instance: matrix: - image_family: freebsd-14-2 + image_family: freebsd-14-3 only_if: $CIRRUS_BRANCH =~ 'master|next' install_script: - pkg update -f && pkg upgrade -y && pkg install -y openssl git gmake lua54 socat pcre2 -- 2.47.3