git: 26ad093fb017 - stable/13 - Cirrus-CI: Switch to llvm14 toolchain package

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Tue, 09 May 2023 17:09:25 UTC
The branch stable/13 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=26ad093fb0178633eea7833bd5df03270c95c69e

commit 26ad093fb0178633eea7833bd5df03270c95c69e
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2022-05-24 20:12:48 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-05-09 17:08:28 +0000

    Cirrus-CI: Switch to llvm14 toolchain package
    
    Follow base system update to LLVM 14
    
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit daed785d6fe0a6cfdbfab92af9ee9afd7451c7aa)
---
 .cirrus.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 81f049d7db46..fff58cbba262 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -20,13 +20,13 @@ task:
     env:
       TARGET: amd64
       TARGET_ARCH: amd64
-      TOOLCHAIN_PKG: llvm13
+      TOOLCHAIN_PKG: llvm14
   - name: World and kernel arm64 build and boot smoke test
     trigger_type: manual
     env:
       TARGET: arm64
       TARGET_ARCH: aarch64
-      TOOLCHAIN_PKG: llvm13
+      TOOLCHAIN_PKG: llvm14
   - name: World and kernel gcc9 amd64 build and boot smoke test
     trigger_type: manual
     env: