From 9ffdb7f5992d32091eee80792d7c60929280fc1f Mon Sep 17 00:00:00 2001 From: Tim Allen Date: Mon, 15 Feb 2021 20:02:16 +1100 Subject: [PATCH] Update the FreeBSD image to fix a build failure. Apparently Ports only supports the latest stable release, not earlier releases in the 12.x family. --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 6f4acd16..ae0ad3f8 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -24,7 +24,7 @@ linux-x86_64-binaries_task: freebsd-x86_64-binaries_task: freebsd_instance: - image_family: freebsd-12-1 + image_family: freebsd-12-2 setup_script: - pkg install --yes gmake gdb gcc8 pkgconf sdl2 openal-soft gtksourceview2 libXv zip