Skip to content

Commit 127aab1

Browse files
committed
ci
1 parent ccc83cc commit 127aab1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ jobs:
4343
4444
- name: Install CMake 3.x (Mac)
4545
if: ${{ matrix.os == 'macos-latest' }}
46-
run: pip3 install 'cmake<4'
46+
uses: lukka/get-cmake@latest
47+
with:
48+
cmakeVersion: "~3"
4749

4850
- name: Build c-blosc (Mac arm64)
4951
if: ${{ matrix.os == 'macos-latest' }}

0 commit comments

Comments
 (0)