File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -163,10 +163,10 @@ jobs:
163163 if : matrix.config.os == 'macos'
164164 run : |
165165 brew update
166- brew install llvm@19 lld@19
167- echo "$(brew --prefix)/opt/llvm@19 /bin:$(brew --prefix)/opt/lld@19 /bin" >> $GITHUB_PATH
168- echo "LDFLAGS=-L$(brew --prefix)/opt/llvm@19 /lib -L$(brew --prefix)/opt/llvm@19 /lib/c++ -Wl,-rpath,$(brew --prefix)/opt/llvm@19 /lib/c++ -L$(brew --prefix)/opt/lld@19 /lib" >> "$GITHUB_ENV"
169- echo "CPPFLAGS=-I$(brew --prefix)/opt/llvm@19 /include -I$(brew --prefix)/opt/lld@19 /include" >> "$GITHUB_ENV"
166+ brew install llvm@20 lld@20
167+ echo "$(brew --prefix)/opt/llvm@20 /bin:$(brew --prefix)/opt/lld@20 /bin" >> $GITHUB_PATH
168+ echo "LDFLAGS=-L$(brew --prefix)/opt/llvm@20 /lib -L$(brew --prefix)/opt/llvm@20 /lib/c++ -Wl,-rpath,$(brew --prefix)/opt/llvm@20 /lib/c++ -L$(brew --prefix)/opt/lld@20 /lib" >> "$GITHUB_ENV"
169+ echo "CPPFLAGS=-I$(brew --prefix)/opt/llvm@20 /include -I$(brew --prefix)/opt/lld@20 /include" >> "$GITHUB_ENV"
170170 echo "CC=clang" >> "$GITHUB_ENV"
171171 echo "CXX=clang++" >> "$GITHUB_ENV"
172172 echo "OBJC=clang" >> "$GITHUB_ENV"
You can’t perform that action at this time.
0 commit comments