Skip to content

Commit 219c2d7

Browse files
committed
add note
1 parent 41c4a0d commit 219c2d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
mongodb-version: 4.4
6262
mongodb-replica-set: test-rs
6363
- name: Install CMake 3 on MacOS
64+
# libbson requires cmake 3, and cmake 4 is now the default on the GHA runners.
6465
if: ${{ startsWith(runner.os, 'macOS') }}
6566
run: |
6667
pipx install "cmake>=3.15,<4"

0 commit comments

Comments
 (0)