summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Winter <steffen.winter@proton.me>2024-04-28 22:28:31 +0200
committerSteffen Winter <steffen.winter@proton.me>2024-04-28 22:28:31 +0200
commit5d7794019a3b3796a9258b9b70079fcd65e92004 (patch)
tree91c2ce05d843efb131145d3dca7d9c7e39b17228
parentd1680735d9329884c2d46f545a36df32ca5e40cf (diff)
Fix brew not finding LLVM path after release of LLVM 18
-rw-r--r--.github/workflows/cmake-macos.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake-macos.yml b/.github/workflows/cmake-macos.yml
index ee2ef97..2688fc7 100644
--- a/.github/workflows/cmake-macos.yml
+++ b/.github/workflows/cmake-macos.yml
@@ -32,7 +32,7 @@ jobs:
run: |
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
brew update --quiet
- brew install --force --overwrite cmake llvm@17 ninja lowdown
+ brew install --force --overwrite cmake llvm ninja lowdown
- name: Configure
run: |