From 51e487370aa5b6b14aa18cd941ad039bef1674b1 Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Sat, 15 Feb 2025 12:15:49 +0100 Subject: [PATCH] CI: update FreeBSD to 14.2 Signed-off-by: Nicola Murino --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index e45adec3..f37a4cb9 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -2,9 +2,9 @@ freebsd_task: name: FreeBSD matrix: - - name: FreeBSD 14.1 + - name: FreeBSD 14.2 freebsd_instance: - image_family: freebsd-14-1 + image_family: freebsd-14-2 pkginstall_script: - pkg update -f