Browse Source

Go back to CMake 3.25.2 (#4496)

pull/4506/head
Ralf W. Grosse-Kunstleve 2 years ago committed by GitHub
parent
commit
b8f28551cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/workflows/ci.yml

6
.github/workflows/ci.yml

@ -83,6 +83,9 @@ jobs: @@ -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: @@ -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: |

Loading…
Cancel
Save