Skip to content

Commit f80bdcb

Browse files
committed
bump oldest supported CMake in the CI to 3.15
1 parent 4dbb4a1 commit f80bdcb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -381,14 +381,14 @@ jobs:
381381
python3.8 run_python_tests.py
382382
383383
384-
Ubuntu-old-CMake:
384+
Ubuntu-minimum-CMake:
385385
runs-on: ubuntu-latest
386386

387387
steps:
388388
- name: Setup cmake
389-
uses: jwlawson/actions-setup-cmake@v1.10
389+
uses: jwlawson/actions-setup-cmake@v2
390390
with:
391-
cmake-version: '2.8.x'
391+
cmake-version: '3.15.x'
392392

393393
- name: Use cmake
394394
run: cmake --version

0 commit comments

Comments
 (0)