From ee0cfc6971ff42aaf113ae8e36e4ab46162041c9 Mon Sep 17 00:00:00 2001 From: Edward Nolan Date: Sun, 15 Mar 2026 01:59:37 -0400 Subject: [PATCH] Preset tests: Use Clang 21 These were configured to use the latest Clang release, but task doesn't support Clang 22 yet. --- .github/workflows/ci_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 2054883..df6ed07 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -22,8 +22,8 @@ jobs: [ {"preset": "gcc-debug", "image": "ghcr.io/bemanproject/infra-containers-gcc:latest"}, {"preset": "gcc-release", "image": "ghcr.io/bemanproject/infra-containers-gcc:latest"}, - {"preset": "llvm-debug", "image": "ghcr.io/bemanproject/infra-containers-clang:latest"}, - {"preset": "llvm-release", "image": "ghcr.io/bemanproject/infra-containers-clang:latest"}, + {"preset": "llvm-debug", "image": "ghcr.io/bemanproject/infra-containers-clang:21"}, + {"preset": "llvm-release", "image": "ghcr.io/bemanproject/infra-containers-clang:21"}, {"preset": "msvc-debug", "runner": "windows-latest"}, {"preset": "msvc-release", "runner": "windows-latest"} ]