Skip to content

Commit b8f2855

Browse files
authored
Go back to CMake 3.25.2 (pybind#4496)
1 parent f8713ec commit b8f2855

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ jobs:
8383

8484
- name: Update CMake
8585
uses: jwlawson/[email protected]
86+
# TEMPORARILY pin version because 3.26.0-rc1 is failing under macOS:
87+
with:
88+
cmake-version: '3.25.2'
8689

8790
- name: Cache wheels
8891
if: runner.os == 'macOS'
@@ -1071,6 +1074,9 @@ jobs:
10711074

10721075
- name: Update CMake
10731076
uses: jwlawson/[email protected]
1077+
# TEMPORARILY pin version because 3.26.0-rc1 is failing under macOS:
1078+
with:
1079+
cmake-version: '3.25.2'
10741080

10751081
- name: Run pip installs
10761082
run: |

0 commit comments

Comments
 (0)