Skip to content

Commit 7b7ec66

Browse files
ci: pin CMake to 3.19.2, fixes issues with 3.19.3 on Linux (aarch64) and macOS (universal) (#2790)
1 parent 98f1bbb commit 7b7ec66

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

+8
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ jobs:
7272

7373
- name: Update CMake
7474
uses: jwlawson/[email protected]
75+
with:
76+
cmake-version: 3.19.2
7577

7678
- name: Cache wheels
7779
if: runner.os == 'macOS'
@@ -550,6 +552,8 @@ jobs:
550552

551553
- name: Update CMake
552554
uses: jwlawson/[email protected]
555+
with:
556+
cmake-version: 3.19.2
553557

554558
- name: Prepare MSVC
555559
uses: ilammy/msvc-dev-cmd@v1
@@ -596,6 +600,8 @@ jobs:
596600

597601
- name: Update CMake
598602
uses: jwlawson/[email protected]
603+
with:
604+
cmake-version: 3.19.2
599605

600606
- name: Prepare MSVC
601607
uses: ilammy/msvc-dev-cmd@v1
@@ -650,6 +656,8 @@ jobs:
650656

651657
- name: Update CMake
652658
uses: jwlawson/[email protected]
659+
with:
660+
cmake-version: 3.19.2
653661

654662
- name: Prepare env
655663
run: python -m pip install -r tests/requirements.txt --prefer-binary

0 commit comments

Comments
 (0)