Skip to content

Commit 2952093

Browse files
committed
GH-45784: [C++] Unpin LLVM and OpenSSL in Brewfile
1 parent 2fe4da0 commit 2952093

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/Brewfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ brew "git"
2929
brew "glog"
3030
brew "googletest"
3131
brew "grpc"
32-
brew "llvm@14"
32+
brew "llvm"
3333
brew "lz4"
3434
brew "mimalloc"
3535
brew "ninja"
3636
brew "node"
37-
brew "openssl@3"
37+
brew "openssl"
3838
brew "pkgconf"
3939
brew "protobuf"
4040
brew "python"

0 commit comments

Comments
 (0)