From 0b0b4f2a79c804d0dde9a63ee07337d2de723f08 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sat, 26 Oct 2024 11:37:51 +0200 Subject: [PATCH] ci: Update cirrus' freebsd image to 14.1 This should fix CI which is failing lately like this: https://cirrus-ci.com/task/4665005218463744 ld-elf.so.1: /lib/libc.so.7: version FBSD_1.8 required by /usr/local/bin/stack not found --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 193eb897f4..854a39f9be 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,5 +1,5 @@ freebsd_instance: - image_family: freebsd-14-0 + image_family: freebsd-14-1 build_task: # Don't change this name without adjusting .github/workflows/build.yaml