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"} ]