From bd7aada77623e20fe93d5a93cfa2d4f609fd620a Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Wed, 10 Sep 2025 14:33:39 +0200 Subject: [PATCH] cirrus: update to freebsd 14.3 Freebsd 13.4 is EOL so update to the latest one. Signed-off-by: Paul Holzinger --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 324f450944..c1bbe68098 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -331,7 +331,7 @@ freebsd_alt_build_task: TEST_FLAVOR: "altbuild" ALT_NAME: 'FreeBSD Cross' freebsd_instance: - image_family: freebsd-13-4 + image_family: freebsd-14-3 # golangci-lint is a very, very hungry beast. cpu: 4 memory: 8Gb