From 74e9ac918120cc4da9e5b83518eafecf47818d85 Mon Sep 17 00:00:00 2001 From: offa <8887756+offa@users.noreply.github.com> Date: Wed, 27 Aug 2025 20:16:38 +0200 Subject: [PATCH] Add Clang 21 CI build --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5be4297c..2084d6b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,7 @@ jobs: strategy: matrix: build_config: + - { version: 21 } - { version: 20 } - { version: 19 } - { version: 18 }