Skip to content

Commit 77320d8

Browse files
committed
ci: update to llvm 19
1 parent 657fc05 commit 77320d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ jobs:
7272
if: matrix.config.os == 'macos'
7373
run: |
7474
brew update
75-
brew install llvm@18
75+
# TODO annotate with lld@19, after that is accepted, we don't want to use lld@20 without manually updating it !
76+
brew install llvm@19 lld
7677
echo "$(brew --prefix)/opt/llvm/bin" >> $GITHUB_PATH
7778
echo "LDFLAGS=-L$(brew --prefix)/opt/llvm/lib -L$(brew --prefix)/opt/llvm/lib/c++ -Wl,-rpath,$(brew --prefix)/opt/llvm/lib/c++" >> "$GITHUB_ENV"
7879
echo "CPPFLAGS=-I$(brew --prefix)/opt/llvm/include" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)