From 52a65dd8647bdc9e70c3079422adca2a8314eb3d Mon Sep 17 00:00:00 2001 From: Bryan Stansell Date: Thu, 7 Jul 2022 17:42:34 -0700 Subject: [PATCH] move to freebsd-13-0 --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 9e1b973..e9e70ae 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,9 +1,9 @@ env: CIRRUS_CLONE_DEPTH: 1 -freebsd_12_task: +freebsd_13_task: freebsd_instance: - image_family: freebsd-12-2 + image_family: freebsd-13-0 install_script: - pkg install -y autoconf automake - ./package/setup-configure