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"