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 ccc83cc commit 127aab1Copy full SHA for 127aab1
1 file changed
.github/workflows/ci.yml
@@ -43,7 +43,9 @@ jobs:
43
44
- name: Install CMake 3.x (Mac)
45
if: ${{ matrix.os == 'macos-latest' }}
46
- run: pip3 install 'cmake<4'
+ uses: lukka/get-cmake@latest
47
+ with:
48
+ cmakeVersion: "~3"
49
50
- name: Build c-blosc (Mac arm64)
51
0 commit comments