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 41c4a0d commit 219c2d7Copy full SHA for 219c2d7
.github/workflows/test-python.yml
@@ -61,6 +61,7 @@ jobs:
61
mongodb-version: 4.4
62
mongodb-replica-set: test-rs
63
- name: Install CMake 3 on MacOS
64
+ # libbson requires cmake 3, and cmake 4 is now the default on the GHA runners.
65
if: ${{ startsWith(runner.os, 'macOS') }}
66
run: |
67
pipx install "cmake>=3.15,<4"
0 commit comments