From be1a61a2ff1f231f9a0bcc15deabc03ecadb847d Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Fri, 8 Sep 2023 06:23:24 +1000 Subject: [PATCH] Bump cirrus ci freebsd to 13.2 Hoping this might fix the compilation issue --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 84bcc12a..62e10d67 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,6 +1,6 @@ freebsd_task: freebsd_instance: - image_family: freebsd-13-0 + image_family: freebsd-13-2 gmake_script: pkg install -y gmake matrix: - name: freebsd_clang