From f1e5c483e1b9e1ea32b999992fb20d6b7768b4cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 09:37:52 +0000 Subject: [PATCH] Update dependency llvm to v23 --- .github/actions/homebrew-packages-setup/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/homebrew-packages-setup/action.yaml b/.github/actions/homebrew-packages-setup/action.yaml index af409039..8ef43dbf 100644 --- a/.github/actions/homebrew-packages-setup/action.yaml +++ b/.github/actions/homebrew-packages-setup/action.yaml @@ -33,7 +33,7 @@ runs: # renovate: datasource=custom.homebrew depName=gcc extractVersion=^(?\d+)\.\d+\.\d+$ GCC_MAJOR_VERSION: 16 # renovate: datasource=custom.homebrew depName=llvm extractVersion=^(?\d+)\.\d+\.\d+$ - LLVM_MAJOR_VERSION: 22 + LLVM_MAJOR_VERSION: 23 run: | # Initialize action "${GITHUB_ACTION_PATH}/init.sh"