Skip to content

Commit 06b1a43

Browse files
committed
ci: update to llvm 19
1 parent 477b7b4 commit 06b1a43

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
@@ -63,7 +63,8 @@ jobs:
6363
if: matrix.config.os == 'macos'
6464
run: |
6565
brew update
66-
brew install llvm@18
66+
# TODO annotate with lld@19, after that is accepted, we don't want to use lld@20 without manually updating it !
67+
brew install llvm@19 lld
6768
echo "$(brew --prefix)/opt/llvm/bin" >> $GITHUB_PATH
6869
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"
6970
echo "CPPFLAGS=-I$(brew --prefix)/opt/llvm/include" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)