From 996c91ed16780676ff489ec0c9a353605190a0b2 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 28 Jan 2025 09:20:51 +0100 Subject: [PATCH] CI: Move the the current LLVM stable --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 9cd89ce85..70b414dea 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -528,7 +528,7 @@ jobs: needs: build env: - LLVM_VERSION: "16" + LLVM_VERSION: "19" SCCACHE_GHA_ENABLED: "on" SCCACHE_SERVER_UDS: "\\x00sccache.socket"