From 46448586b64dda30aad446c025d4d45c77b8d377 Mon Sep 17 00:00:00 2001 From: Jiajie Chen Date: Wed, 13 Mar 2024 16:59:01 +0800 Subject: [PATCH] fix ci freebsd image in cirrus ci --- .cirrus.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index a81f0a04..7a4e08be 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -2,9 +2,9 @@ task: freebsd_instance: cpu: 1 matrix: - - image_family: freebsd-14-0-snap - - image_family: freebsd-13-1 - - image_family: freebsd-12-3 + - image_family: freebsd-15-0-snap + - image_family: freebsd-14-0 + - image_family: freebsd-13-2 install_script: pkg install -y bash git autoconf automake libtool groff pkgconf build_script: - ./Configure -n freebsd