Hello,

small cirrus-ci patch

Ilya
From 17e3719e05a04b3064b2783ef89cc7bc7c3524e9 Mon Sep 17 00:00:00 2001
From: Ilya Shipitsin <[email protected]>
Date: Mon, 11 Apr 2022 22:25:35 +0500
Subject: [PATCH] CI: cirrus: switch to FreeBSD-13.0

we use outdated FreeBSD-12.2, which is outdated, let us update
to the actual release
---
 .cirrus.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 9b83e6169..d4ced7e49 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -1,7 +1,7 @@
 FreeBSD_task:
   freebsd_instance:
     matrix:
-      image_family: freebsd-12-2
+      image_family: freebsd-13-0
   only_if: $CIRRUS_BRANCH =~ 'master|next'
   install_script:
     - pkg update -f && pkg upgrade -y && pkg install -y openssl git gmake lua53 socat pcre
-- 
2.35.1

Reply via email to