Skip to content

Commit ce7cdad

Browse files
authored
fix(v2/ci): port mac build fix (#18049)
1 parent 5c90ad0 commit ce7cdad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-bb-mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Create Mac Build Environment
5959
run: |
60-
brew install cmake ninja llvm@18
60+
brew install cmake ninja llvm@20
6161
echo "BREW_PREFIX=$(brew --prefix)" >> $GITHUB_ENV
6262
6363
- name: Replace version string in main.cpp

0 commit comments

Comments
 (0)