Skip to content

Commit

Permalink
CI: Install llvm@12 with brew on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Aug 11, 2023
1 parent 50849ca commit d1c819b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ install_llvm() {
if [[ "$RUNNER_OS" = "Linux" ]]; then
sudo apt-get update -q && sudo apt-get install -y clang-12 llvm-12-tools
elif [[ "$RUNNER_OS" = "macOS" ]]; then
brew install llvm@11
brew install llvm@12
elif [[ "$RUNNER_OS" = "Windows" ]]; then
choco install llvm
else
Expand Down

0 comments on commit d1c819b

Please sign in to comment.