From f370d37cfa110d6d08c17c42188ba37cb1f52dde Mon Sep 17 00:00:00 2001 From: Andrew Cooper Date: Fri, 11 Apr 2025 16:56:35 +0100 Subject: [PATCH] CI: Resync .cirrus.yml for FreeBSD testing Includes: commit 5395cd7b892d ("automation/cirrus-ci: update FreeBSD to 13.5") commit 850a263b7863 ("automation/cirrus-ci: update FreeBSD to 13.4") commit 0cc8845fb9fd ("CI: Update to FreeBSD 14.2") Signed-off-by: Andrew Cooper --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 0ec9586e2c..eb46227892 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -17,11 +17,11 @@ freebsd_template: &FREEBSD_TEMPLATE task: name: 'FreeBSD 13' freebsd_instance: - image_family: freebsd-13-3 + image_family: freebsd-13-5 << : *FREEBSD_TEMPLATE task: name: 'FreeBSD 14' freebsd_instance: - image_family: freebsd-14-1 + image_family: freebsd-14-2 << : *FREEBSD_TEMPLATE -- 2.39.5