From 8117db48ed5939dcb93e84f6e740c1b46317dd31 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Wed, 12 Feb 2025 17:04:16 +0100 Subject: [PATCH] ci(cirrus): update to freebsd-14-2 Previous `freebsd-14-0` image was dropped --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index bb98430763..d2262d44c0 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -6,7 +6,7 @@ freebsd_task: name: FreeBSD only_if: $BRANCH != "master" freebsd_instance: - image_family: freebsd-14-0 + image_family: freebsd-14-2 timeout_in: 30m install_script: - pkg install -y cmake gmake ninja unzip wget gettext python git