From 4b7301a0d28aae87004a428918d2b38c6b92aef3 Mon Sep 17 00:00:00 2001 From: bradh352 Date: Sun, 23 Oct 2022 09:15:11 -0400 Subject: [PATCH] CirrusCI: update freebsd image Old FreeBSD image for CirrusCI has issues with newer symbols, update to later one. Fix By: Brad House (@bradh352) --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 93174e3c..56c94254 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -37,7 +37,7 @@ task: MAKE: "gmake" BUILD_ANALYZE: "yes" freebsd_instance: - image_family: freebsd-13-0 + image_family: freebsd-13-1 - name: "MacOS" env: DIST: "MACOS"