From f18660aa033d8647a618b1e34ad845fa93e81754 Mon Sep 17 00:00:00 2001 From: Florian Walpen Date: Thu, 26 Jan 2023 23:12:18 +0100 Subject: CI: Update FreeBSD image to 13.1, fix build. In principle, major FreeBSD versions should be ABI compatible. But in this case the python3 binary would only run on 13.1, not 13.0. --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 50421446..31e00dda 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -2,7 +2,7 @@ task: freebsd_instance: matrix: - image_family: freebsd-12-3 - - image_family: freebsd-13-0 + - image_family: freebsd-13-1 environment: CFLAGS: -O2 -pipe -fPIC -fstack-protector-strong -fno-strict-aliasing -I/usr/local/include -- cgit v1.2.1