From 78b9ea9a14a4e9473b4409a27054e932ddde494e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Sun, 4 Aug 2024 15:40:16 +0300 Subject: [PATCH] Updated Cirrus CI config to use FreeBSD 14 --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index c86d4d3d..cf744d19 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,5 +1,5 @@ freebsd_instance: - image_family: freebsd-13-2 + image_family: freebsd-14-0 test_task: only_if: "$CIRRUS_BRANCH == 'main' || $CIRRUS_PR != ''"