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 cefd815 commit 2863321Copy full SHA for 2863321
.github/workflows/cmake_install.yml
@@ -128,9 +128,9 @@ jobs:
128
BUILD_SHARED_LIBS: 'ON'
129
run: ./ci/do_ci.sh cmake.install.test
130
131
- ubuntu_2004_script_build_grpc_1_49_2:
132
- name: Ubuntu 20.04 script grpc 1.49.2 cxx14 (static libs - shared libs)
133
- runs-on: ubuntu-20.04
+ ubuntu_2204_script_build_grpc_1_49_2:
+ name: Ubuntu 22.04 script grpc 1.49.2 cxx14 (static libs - shared libs)
+ runs-on: ubuntu-22.04
134
env:
135
INSTALL_TEST_DIR: '/home/runner/install_test'
136
CXX_STANDARD: '14'
0 commit comments