Skip to content

Commit 6b074de

Browse files
committed
COMP: Update CMake to 4.2.3
Latest version on lukka/get-cmake.
1 parent ae98816 commit 6b074de

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-test-cxx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
python -m pip install ninja
7777
7878
- name: Get specific version of CMake, Ninja
79-
uses: lukka/get-cmake@v3.29.0
79+
uses: lukka/get-cmake@v4.2.3
8080

8181
- name: 'Specific XCode version = 16.2'
8282
if: matrix.os == 'macos-15-intel' || matrix.os == 'macos-15'

.github/workflows/build-test-package-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ jobs:
265265
sudo xcode-select -s "/Applications/Xcode_16.2.app"
266266
267267
- name: Get specific version of CMake, Ninja
268-
uses: lukka/get-cmake@v3.29.0
268+
uses: lukka/get-cmake@v4.2.3
269269

270270
- name: 'Fetch build script'
271271
if: matrix.python3-minor-version != '8'
@@ -345,7 +345,7 @@ jobs:
345345

346346
steps:
347347
- name: Get specific version of CMake, Ninja
348-
uses: lukka/get-cmake@v3.29.0
348+
uses: lukka/get-cmake@v4.2.3
349349

350350
- uses: actions/checkout@v4
351351
with:

0 commit comments

Comments
 (0)