Skip to content

Commit

Permalink
GitHub Actions: update brew and force llvm-17
Browse files Browse the repository at this point in the history
  • Loading branch information
superg committed Dec 8, 2023
1 parent b962181 commit 6c6ceb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
if: ${{ matrix.os == 'macos-12' }}
# ignore brew link warning, revert after https://github.com/actions/setup-python/issues/577 is fixed
run: |
brew update
brew update
brew install llvm@17 || true
brew install ninja
brew install cmake
Expand Down

0 comments on commit 6c6ceb0

Please sign in to comment.