mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 05:05:11 +00:00
ci: pin CMake to 3.19.2, fixes issues with 3.19.3 on Linux (aarch64) and macOS (universal) (#2790)
This commit is contained in:
parent
98f1bbb800
commit
7b7ec664b7
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -72,6 +72,8 @@ jobs:
|
||||
|
||||
- name: Update CMake
|
||||
uses: jwlawson/actions-setup-cmake@v1.5
|
||||
with:
|
||||
cmake-version: 3.19.2
|
||||
|
||||
- name: Cache wheels
|
||||
if: runner.os == 'macOS'
|
||||
@ -550,6 +552,8 @@ jobs:
|
||||
|
||||
- name: Update CMake
|
||||
uses: jwlawson/actions-setup-cmake@v1.5
|
||||
with:
|
||||
cmake-version: 3.19.2
|
||||
|
||||
- name: Prepare MSVC
|
||||
uses: ilammy/msvc-dev-cmd@v1
|
||||
@ -596,6 +600,8 @@ jobs:
|
||||
|
||||
- name: Update CMake
|
||||
uses: jwlawson/actions-setup-cmake@v1.5
|
||||
with:
|
||||
cmake-version: 3.19.2
|
||||
|
||||
- name: Prepare MSVC
|
||||
uses: ilammy/msvc-dev-cmd@v1
|
||||
@ -650,6 +656,8 @@ jobs:
|
||||
|
||||
- name: Update CMake
|
||||
uses: jwlawson/actions-setup-cmake@v1.5
|
||||
with:
|
||||
cmake-version: 3.19.2
|
||||
|
||||
- name: Prepare env
|
||||
run: python -m pip install -r tests/requirements.txt --prefer-binary
|
||||
|
Loading…
Reference in New Issue
Block a user