From e735128858422a256e2874c7ab4c2c000d6f7740 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Cumplido?= Date: Wed, 16 Aug 2023 17:31:09 +0200 Subject: [PATCH] GH-37201: [CI][Packaging][Java] Temporary pin CMake 3.27.1 to avoid FindJNI error --- cpp/Brewfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/Brewfile b/cpp/Brewfile index 58015d2121b5b..24f2057825f96 100644 --- a/cpp/Brewfile +++ b/cpp/Brewfile @@ -21,7 +21,7 @@ brew "boost" brew "brotli" brew "c-ares" brew "ccache" -brew "cmake" +brew "cmake@3.27.1" brew "flatbuffers" brew "git" brew "glog"