git: 9fe0b0c23b76 - releng/12.2 - Cirrus-CI: use FreeBSD 12.2 image

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Mon, 10 Jan 2022 18:04:34 UTC
The branch releng/12.2 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=9fe0b0c23b76254908dd66604c9d2534baa47baf

commit 9fe0b0c23b76254908dd66604c9d2534baa47baf
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2021-02-15 22:04:42 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2022-01-10 18:03:09 +0000

    Cirrus-CI: use FreeBSD 12.2 image
    
    Direct commit to stable/12 as main has other changes here, using the
    llvm package to avoid building the toolchain.
    
    (cherry picked from commit 046f91f21ac619f7307a8e853f863ded4df7f322)
    
    Note that this does not have any effect on built artifacts (and thus is
    not an EN candidate) but allows Cirrus-CI to be used on this releng
    branch.
    
    Approved by:    so
---
 .cirrus.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 1425b21d1eed..ec87c371aca2 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 freebsd_instance:
-  image: freebsd-12-1-release-amd64
+  image: freebsd-12-2-release-amd64
   cpu: 8
   memory: 24G