From 1373ed4c6c847977f85d07020ad03aa4ccca764c Mon Sep 17 00:00:00 2001 From: Ilia Shipitsin Date: Sat, 25 Oct 2025 10:08:15 +0200 Subject: [PATCH] CI: modernize freebsd image --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 339ae243..7bce22a5 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -4,14 +4,14 @@ FreeBSD_task: SSL: openssl OPENSSL_ROOT_DIR: /usr/local env: - SSL: openssl32 + SSL: openssl36 OPENSSL_ROOT_DIR: /usr/local env: # base openssl SSL: matrix: freebsd_instance: - image_family: freebsd-14-2 + image_family: freebsd-14-3 prepare_script: - pkg install -y pkgconf cmake git libsodium cpu_features $SSL - git submodule update --init --recursive