mirror of
https://github.com/clangd/clangd.git
synced 2025-04-20 23:53:02 +00:00
Use ubuntu-20.04 instead of deprecated 18.04
See https://github.com/actions/runner-images/issues/6002
This commit is contained in:
parent
318ae60293
commit
66e2cf90b6
2
.github/workflows/autobuild.yaml
vendored
2
.github/workflows/autobuild.yaml
vendored
@ -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: >-
|
||||
|
Loading…
Reference in New Issue
Block a user