From b73e06b83e0fc6f7f6999c2292b3250eb50b2084 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Tue, 11 Feb 2025 12:52:59 -0800 Subject: [PATCH] updated FreeBSD VM to 14.2 14.1 seems no longer supported by gcloud --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 9461de412..745024bc2 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -2,7 +2,7 @@ task: name: FreeBSD (make check) freebsd_instance: matrix: - image_family: freebsd-14-1 + image_family: freebsd-14-2 install_script: pkg install -y gmake coreutils script: | MOREFLAGS="-Werror" gmake -j all