Skip to content

Commit 2863321

Browse files
committed
upgrade 20.04 cmake install test runner to 22.04
1 parent cefd815 commit 2863321

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cmake_install.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ jobs:
128128
BUILD_SHARED_LIBS: 'ON'
129129
run: ./ci/do_ci.sh cmake.install.test
130130

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
131+
ubuntu_2204_script_build_grpc_1_49_2:
132+
name: Ubuntu 22.04 script grpc 1.49.2 cxx14 (static libs - shared libs)
133+
runs-on: ubuntu-22.04
134134
env:
135135
INSTALL_TEST_DIR: '/home/runner/install_test'
136136
CXX_STANDARD: '14'

0 commit comments

Comments
 (0)