Skip to content

Commit 3eaced4

Browse files
committed
use 3.16.0 for the min cmake version
1 parent 9adc9a1 commit 3eaced4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake_install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
name: Windows 2019 vcpkg cxx14 min cmake version (static libs)
3131
runs-on: windows-2019
3232
env:
33-
CMAKE_VERSION: '3.16.9'
33+
CMAKE_VERSION: '3.16.0'
3434
CXX_STANDARD: '14'
3535
steps:
3636
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -141,7 +141,7 @@ jobs:
141141
runs-on: ubuntu-22.04
142142
env:
143143
INSTALL_TEST_DIR: '/home/runner/install_test'
144-
CMAKE_VERSION: '3.16.9'
144+
CMAKE_VERSION: '3.16.0'
145145
GOOGLETEST_VERSION: '1.14.0'
146146
CXX_STANDARD: '14'
147147
BUILD_TYPE: 'Debug'

0 commit comments

Comments
 (0)