|
48 | 48 | runs-on: ubuntu-24.04 |
49 | 49 | env: |
50 | 50 | INSTALL_TEST_DIR: '/home/runner/install_test' |
| 51 | + CMAKE_VERSION: '3.28.3' |
51 | 52 | CXX_STANDARD: '17' |
52 | 53 | BUILD_TYPE: 'Debug' |
53 | 54 | steps: |
|
72 | 73 | BUILD_SHARED_LIBS: 'ON' |
73 | 74 | run: ./ci/do_ci.sh cmake.install.test |
74 | 75 |
|
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) |
77 | 78 | runs-on: ubuntu-24.04 |
78 | 79 | env: |
79 | 80 | INSTALL_TEST_DIR: '/home/runner/install_test' |
@@ -102,11 +103,12 @@ jobs: |
102 | 103 | BUILD_SHARED_LIBS: 'OFF' |
103 | 104 | run: ./ci/do_ci.sh cmake.install.test |
104 | 105 |
|
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) |
107 | 108 | runs-on: ubuntu-22.04 |
108 | 109 | env: |
109 | 110 | INSTALL_TEST_DIR: '/home/runner/install_test' |
| 111 | + CMAKE_VERSION: '3.22.0' |
110 | 112 | CXX_STANDARD: '17' |
111 | 113 | BUILD_TYPE: 'Debug' |
112 | 114 | steps: |
@@ -136,13 +138,13 @@ jobs: |
136 | 138 | BUILD_SHARED_LIBS: 'ON' |
137 | 139 | run: ./ci/do_ci.sh cmake.install.test |
138 | 140 |
|
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) |
141 | 143 | runs-on: ubuntu-22.04 |
142 | 144 | env: |
143 | 145 | INSTALL_TEST_DIR: '/home/runner/install_test' |
144 | 146 | CMAKE_VERSION: '3.16.0' |
145 | | - GOOGLETEST_VERSION: '1.14.0' |
| 147 | + GOOGLETEST_VERSION: '1.11.0' |
146 | 148 | CXX_STANDARD: '14' |
147 | 149 | BUILD_TYPE: 'Debug' |
148 | 150 | steps: |
@@ -177,6 +179,7 @@ jobs: |
177 | 179 | runs-on: ubuntu-24.04 |
178 | 180 | env: |
179 | 181 | INSTALL_TEST_DIR: '/home/runner/install_test' |
| 182 | + CMAKE_VERSION: '3.28.3' |
180 | 183 | CXX_STANDARD: '17' |
181 | 184 | CMAKE_TOOLCHAIN_FILE: /home/runner/conan/build/Debug/generators/conan_toolchain.cmake |
182 | 185 | BUILD_TYPE: 'Debug' |
|
0 commit comments