File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,8 @@ jobs:
129129 if : matrix.toolchain.compiler.type == 'CLANG' && matrix.toolchain.os == 'macos-14'
130130 shell : bash
131131 run : |
132- brew install llvm@18
132+ brew install llvm@${{ matrix.toolchain.compiler.version }}
133+ brew link --force --overwrite llvm@${{ matrix.toolchain.compiler.version }}
133134 - name : Install Libc++
134135 if : matrix.toolchain.compiler.type == 'CLANG' && matrix.toolchain.lib == 'libc++' && matrix.toolchain.os != 'macos-14'
135136 shell : bash
Original file line number Diff line number Diff line change @@ -133,7 +133,8 @@ jobs:
133133 if : matrix.toolchain.compiler.type == 'CLANG' && matrix.toolchain.os == 'macos-14'
134134 shell : bash
135135 run : |
136- brew install llvm@18
136+ brew install llvm@${{ matrix.toolchain.compiler.version }}
137+ brew link --force --overwrite llvm@${{ matrix.toolchain.compiler.version }}
137138 - name : Install Libc++
138139 if : matrix.toolchain.compiler.type == 'CLANG' && matrix.toolchain.lib == 'libc++' && matrix.toolchain.os != 'macos-14'
139140 shell : bash
You can’t perform that action at this time.
0 commit comments