From 4d578509f8724cb03c86136193ef50a39fd227fa Mon Sep 17 00:00:00 2001 From: aarzilli Date: Mon, 4 Mar 2024 14:42:30 +0100 Subject: [PATCH] Cirrus-CI: update to FreeBSD 13.3 --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index b07c983cc3..5ff42db311 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -2,7 +2,7 @@ env: GOFLAGS: -mod=vendor freebsd_instance: - image_family: freebsd-13-2 + image_family: freebsd-13-3 test_task: install_script: pkg install -y go gcc git