Skip to content

Commit a0659ab

Browse files
committed
ci: update build workflow to use llvm 20 on macos
1 parent c392fca commit a0659ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,7 @@ jobs:
153153
if: matrix.config.os == 'macos'
154154
run: |
155155
brew update
156-
# TODO annotate with lld@19, after that is accepted, we don't want to use lld@20 without manually updating it !
157-
brew install llvm@19 lld
156+
brew install llvm@20 lld@20
158157
echo "$(brew --prefix)/opt/llvm/bin" >> $GITHUB_PATH
159158
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"
160159
echo "CPPFLAGS=-I$(brew --prefix)/opt/llvm/include" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)