We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abfbf54 commit 1168c45Copy full SHA for 1168c45
.github/workflows/build_and_test.yml
@@ -74,6 +74,12 @@ jobs:
74
distribution: zulu
75
java-version: ${{ matrix.java }}
76
cache: 'maven'
77
+ - name: Install CMake
78
+ if: matrix.os == 'macos-14'
79
+ run: |
80
+ brew uninstall cmake
81
+ brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/b4e46db74e74a8c1650b38b1da222284ce1ec5ce/Formula/c/cmake.rb
82
+ cmake --version
83
- name: "Test"
84
run: |
85
mkdir -p ~/.m2
0 commit comments