mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-21 20:55:11 +00:00
Go back to CMake 3.25.2 (#4496)
This commit is contained in:
parent
f8713ec43e
commit
b8f28551cc
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user