From d2d336704644a65b8cb474bbd9d71a0c9c8df8c4 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sat, 22 Feb 2025 13:07:25 +0100 Subject: [PATCH] ci: Fix cirrus FreeBSD builds Apparently Cirrus removed the 14-1 image. When I firsted looked into this some days ago, when the job started failing, the docs were not updated, yet - so it wasn't clear. Now the docs mention freebsd-14-2 explicitly... --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 854a39f9b..eb090dc34 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,5 +1,5 @@ freebsd_instance: - image_family: freebsd-14-1 + image_family: freebsd-14-2 build_task: # Don't change this name without adjusting .github/workflows/build.yaml