From 697584b31145dd3757895a15c5a95df55b6dbaa6 Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Tue, 23 Jan 2024 12:31:30 +0100 Subject: [PATCH] Update FreeBSD version in .cirrus.yml The FreeBSD version used for testing in .cirrus.yml has been updated from 12.4 to 14.0. This change ensures that the tests run on the latest stable version of the operating system, providing more reliable and up-to-date test results. --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index f1dc678..48c69f6 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -9,9 +9,9 @@ freebsd_task: - name: FreeBSD 13.2 freebsd_instance: image_family: freebsd-13-2 - - name: FreeBSD 12.4 + - name: FreeBSD 14.0 freebsd_instance: - image_family: freebsd-12-4 + image_family: freebsd-14-0 env: TEST_ALLOW_SEND: 0