We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c590056 commit c8dd3b0Copy full SHA for c8dd3b0
ci/kokoro/macos/builds/cmake-vcpkg.sh
@@ -39,8 +39,10 @@ io::log_h2 "DEBUG: Before brew install bash ninja"
39
brew install bash ninja
40
io::log_h2 "DEBUG: After brew install bash ninja"
41
42
-# Install a specific version of CMake to match our GHA builds
43
-brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/fd21fcf239bcd0231c9fed5719403ec128151af4/Formula/c/cmake.rb
+# Install v3.28.1 CMake
+io::log_h2 "DEBUG: Before brew install for cmake"
44
+brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/4c210b9063c89a89abd9a6db5bae1b5f4e8fdb7d/Formula/c/cmake.rb
45
+io::log_h2 "DEBUG: After brew install for cmake"
46
47
io::log_h2 "Using CMake version"
48
cmake --version
0 commit comments