From 66e2cf90b674bd5840690c381de34aed88bcaf8e Mon Sep 17 00:00:00 2001 From: Utkarsh Saxena Date: Tue, 4 Apr 2023 12:42:10 +0200 Subject: [PATCH] Use ubuntu-20.04 instead of deprecated 18.04 See https://github.com/actions/runner-images/issues/6002 --- .github/workflows/autobuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autobuild.yaml b/.github/workflows/autobuild.yaml index a1089f0..eb30e6c 100644 --- a/.github/workflows/autobuild.yaml +++ b/.github/workflows/autobuild.yaml @@ -170,7 +170,7 @@ jobs: grpc_cmake: >- "-DOPENSSL_NO_ASM=ON" - name: linux - os: ubuntu-18.04 + os: ubuntu-20.04 preinstall: sudo apt-get update && sudo apt-get install ninja-build libz-dev libc-ares-dev cflags: -O3 -gline-tables-only -DNDEBUG -include $GITHUB_WORKSPACE/.github/workflows/lib_compat.h cmake: >-