From 5ba1f145df291cb7cb3a4027475b27876b610b4f Mon Sep 17 00:00:00 2001 From: offa Date: Wed, 2 Oct 2024 19:00:25 +0200 Subject: [PATCH] Add Clang 19 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 b20802e8..a9551f02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,7 @@ jobs: strategy: matrix: build_config: + - { version: 19 } - { version: 18 } - { version: 17 } - { version: 16 }