Skip to content

Commit cb28697

Browse files
committed
set min gtest version and set more explicit cmake versions
1 parent d91ea2d commit cb28697

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

.github/workflows/cmake_install.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
runs-on: ubuntu-24.04
4949
env:
5050
INSTALL_TEST_DIR: '/home/runner/install_test'
51+
CMAKE_VERSION: '3.28.3'
5152
CXX_STANDARD: '17'
5253
BUILD_TYPE: 'Debug'
5354
steps:
@@ -72,8 +73,8 @@ jobs:
7273
BUILD_SHARED_LIBS: 'ON'
7374
run: ./ci/do_ci.sh cmake.install.test
7475

75-
ubuntu_2404_script_build_grpc_1_71_0:
76-
name: Ubuntu 24.04 script grpc 1.71.0 cxx17 (static libs)
76+
ubuntu_2404_latest:
77+
name: Ubuntu 24.04 latest cxx17 (static libs)
7778
runs-on: ubuntu-24.04
7879
env:
7980
INSTALL_TEST_DIR: '/home/runner/install_test'
@@ -102,11 +103,12 @@ jobs:
102103
BUILD_SHARED_LIBS: 'OFF'
103104
run: ./ci/do_ci.sh cmake.install.test
104105

105-
ubuntu_2204_script_build_grpc_1_55_0:
106-
name: Ubuntu 22.04 script grpc 1.55.0 cxx17 (static libs - shared libs)
106+
ubuntu_2204_stable:
107+
name: Ubuntu 22.04 stable cxx17 (static libs - shared libs)
107108
runs-on: ubuntu-22.04
108109
env:
109110
INSTALL_TEST_DIR: '/home/runner/install_test'
111+
CMAKE_VERSION: '3.22.0'
110112
CXX_STANDARD: '17'
111113
BUILD_TYPE: 'Debug'
112114
steps:
@@ -136,13 +138,13 @@ jobs:
136138
BUILD_SHARED_LIBS: 'ON'
137139
run: ./ci/do_ci.sh cmake.install.test
138140

139-
ubuntu_2204_min_cmake_version:
140-
name: Ubuntu 22.04 min cmake version (static libs - shared libs)
141+
ubuntu_2204_min_versions:
142+
name: Ubuntu 22.04 min dependency versions (static libs - shared libs)
141143
runs-on: ubuntu-22.04
142144
env:
143145
INSTALL_TEST_DIR: '/home/runner/install_test'
144146
CMAKE_VERSION: '3.16.0'
145-
GOOGLETEST_VERSION: '1.14.0'
147+
GOOGLETEST_VERSION: '1.11.0'
146148
CXX_STANDARD: '14'
147149
BUILD_TYPE: 'Debug'
148150
steps:
@@ -177,6 +179,7 @@ jobs:
177179
runs-on: ubuntu-24.04
178180
env:
179181
INSTALL_TEST_DIR: '/home/runner/install_test'
182+
CMAKE_VERSION: '3.28.3'
180183
CXX_STANDARD: '17'
181184
CMAKE_TOOLCHAIN_FILE: /home/runner/conan/build/Debug/generators/conan_toolchain.cmake
182185
BUILD_TYPE: 'Debug'

0 commit comments

Comments
 (0)