From: Andrew Cooper Date: Fri, 11 Apr 2025 15:56:35 +0000 (+0100) Subject: CI: Resync .cirrus.yml for FreeBSD testing X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=f370d37cfa110d6d08c17c42188ba37cb1f52dde;p=xen.git 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 --- 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