summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob P. Liljenberg <admin@qvantnet.com>2024-04-28 22:36:39 +0200
committerGitHub <noreply@github.com>2024-04-28 22:36:39 +0200
commitb991e6898dce6dfde219c0bf65fd0f2d66c85be4 (patch)
tree91c2ce05d843efb131145d3dca7d9c7e39b17228
parentd1680735d9329884c2d46f545a36df32ca5e40cf (diff)
parent5d7794019a3b3796a9258b9b70079fcd65e92004 (diff)
Merge pull request #832 from imwints/macos-ci
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: |