Go back to CMake 3.25.2 (#4496)

This commit is contained in:
Ralf W. Grosse-Kunstleve
2023-02-07 20:19:33 -08:00
committed by GitHub
parent f8713ec43e
commit b8f28551cc

View File

@@ -83,6 +83,9 @@ jobs:
- name: Update CMake
uses: jwlawson/actions-setup-cmake@v1.13
# TEMPORARILY pin version because 3.26.0-rc1 is failing under macOS:
with:
cmake-version: '3.25.2'
- name: Cache wheels
if: runner.os == 'macOS'
@@ -1071,6 +1074,9 @@ jobs:
- name: Update CMake
uses: jwlawson/actions-setup-cmake@v1.13
# TEMPORARILY pin version because 3.26.0-rc1 is failing under macOS:
with:
cmake-version: '3.25.2'
- name: Run pip installs
run: |