Skip to content

Commit cf83a15

Browse files
chore: Use newer CMake on macOS ARM
Not sure 3.15 supported macOS ARM, and people don't have old cmake on macOS ARM anyway. Co-authored-by: Henry Schreiner <[email protected]>
1 parent 87d22cd commit cf83a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
# TODO: investigate failure with pypy-3.9/macos-latest (#1166)
7676
- python-version: "pypy-3.10"
7777
runs-on: macos-latest
78-
cmake-version: "3.15.x"
78+
cmake-version: "4.0.x"
7979
- python-version: "3.9"
8080
runs-on: macos-15-intel
8181
cmake-version: "3.18.x"

0 commit comments

Comments
 (0)