git: 089b9dfa46 - main - Cirrus CI: Use FreeBSD 13.2 image

From: Danilo G. Baio <dbaio_at_FreeBSD.org>
Date: Mon, 01 May 2023 14:09:30 UTC
The branch main has been updated by dbaio:

URL: https://cgit.FreeBSD.org/doc/commit/?id=089b9dfa469c233908c232049fe2a85ff17bbed2

commit 089b9dfa469c233908c232049fe2a85ff17bbed2
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2023-05-01 14:06:59 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2023-05-01 14:06:59 +0000

    Cirrus CI: Use FreeBSD 13.2 image
    
    Reported by:    QWERTIOX
    Pull Request:   https://github.com/freebsd/freebsd-doc/pull/177
---
 .cirrus.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index a924297df0..591b8e2676 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -1,5 +1,5 @@
 freebsd_instance:
-  image_family: freebsd-13-1-snap
+  image_family: freebsd-13-2-snap
 
 env:
   CIRRUS_CLONE_DEPTH: 1