From b8d4619d345b18db0e3e1b7b25936e7478061940 Mon Sep 17 00:00:00 2001 From: Ilya Maximets Date: Mon, 7 Aug 2023 14:28:41 +0200 Subject: [PATCH] cirrus: Update to FreeBSD 13.2. 13.2 was released in April and 13.1 images no longer able to update packages: pkg: repository FreeBSD contains packages for wrong OS version Fix that by updating to FreeBSD 13.2. Reported-by: David Marchand Reviewed-by: David Marchand Acked-by: Aaron Conole Signed-off-by: Ilya Maximets --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 952d964315c..48931fa085c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -3,7 +3,7 @@ freebsd_build_task: freebsd_instance: matrix: image_family: freebsd-12-4-snap - image_family: freebsd-13-1-snap + image_family: freebsd-13-2-snap cpu: 4 memory: 4G