cxzl25 commented on code in PR #2455:
URL: https://github.com/apache/orc/pull/2455#discussion_r2502821642
##########
.github/workflows/build_and_test.yml:
##########
@@ -73,6 +74,30 @@ jobs:
distribution: zulu
java-version: ${{ matrix.java }}
cache: 'maven'
+ - name: Install CMake
+ if: matrix.os == 'macos-14'
+ run: |
+ # Pin cmake to 3.31.6 due to a backward compatibility issue
Review Comment:
Refer to this code to install cmake 3.x version.
```
https://github.com/actions/runner-images/pull/12791
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]