Skip to content

Commit

Permalink
chore: bump mac os llvm install to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-pino committed Oct 8, 2024
1 parent a168b7e commit 48f603c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function setup_llvm_deps() {
case "$(uname)" in
Darwin)
brew update
brew install llvm@18
brew install llvm@19
;;
Linux)
$SUDO bash -c 'curl https://apt.llvm.org/llvm.sh -Lo llvm.sh
Expand Down

0 comments on commit 48f603c

Please sign in to comment.