We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a319b commit fdeaaf5Copy full SHA for fdeaaf5
.github/workflows/weekly.yml
@@ -256,13 +256,13 @@ jobs:
256
scripts/test.sh
257
258
cmake-minimum-required:
259
- name: CMake 2.8.12 (min. required)
+ name: CMake 3.16 (min. required)
260
runs-on: ubuntu-24.04
261
steps:
262
- name: Setup cmake
263
uses: jwlawson/actions-setup-cmake@802fa1a2c4e212495c05bf94dba2704a92a472be # v2.0.2
264
with:
265
- cmake-version: 2.8.12
+ cmake-version: 3.16
266
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
267
- name: Build and run tests
268
run: |
0 commit comments