From 5db312b6cfaa76b7458cd37923cdfa0b5bdf7357 Mon Sep 17 00:00:00 2001 From: Krystine Sherwin <93062060+KrystalDelusion@users.noreply.github.com> Date: Tue, 2 Sep 2025 11:30:57 +1200 Subject: [PATCH] Bump to llvm@20 --- .github/actions/setup-build-env/action.yml | 2 +- Brewfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup-build-env/action.yml b/.github/actions/setup-build-env/action.yml index 285601406..1c2386b06 100644 --- a/.github/actions/setup-build-env/action.yml +++ b/.github/actions/setup-build-env/action.yml @@ -28,7 +28,7 @@ runs: shell: bash run: | echo "${{ github.workspace }}/.local/bin" >> $GITHUB_PATH - echo "$(brew --prefix llvm)/bin" >> $GITHUB_PATH + echo "$(brew --prefix llvm@20)/bin" >> $GITHUB_PATH echo "$(brew --prefix bison)/bin" >> $GITHUB_PATH echo "$(brew --prefix flex)/bin" >> $GITHUB_PATH echo "procs=$(sysctl -n hw.ncpu)" >> $GITHUB_ENV diff --git a/Brewfile b/Brewfile index a4efff9a2..d2c1063ca 100644 --- a/Brewfile +++ b/Brewfile @@ -10,5 +10,5 @@ brew "tcl-tk" brew "xdot" brew "bash" brew "boost-python3" -brew "llvm@19" +brew "llvm@20" brew "lld"