From ebe52afa9a0c13f48c916bb4869a8381f0840f6f Mon Sep 17 00:00:00 2001 From: Koichiro Iwao Date: Sun, 9 Jun 2024 20:43:02 +0900 Subject: [PATCH] CI: Update to FreeBSD 14.0-RELEASE since FreeBSD 13.2 image is no longer available on the CI platform. --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 68b66ab5..07218cc8 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -11,7 +11,7 @@ FreeBSD_task: SSL: matrix: freebsd_instance: - image_family: freebsd-13-2 + image_family: freebsd-14-0 prepare_script: - pkg install -y pkgconf cmake git libsodium $SSL - git submodule update --init --recursive