mirror of
https://github.com/clangd/clangd.git
synced 2025-02-12 11:47:59 +00:00
Use macos-13 image for Mac builds (#2304)
This commit is contained in:
parent
909659b1ba
commit
0a7499759d
2
.github/workflows/autobuild.yaml
vendored
2
.github/workflows/autobuild.yaml
vendored
@ -162,7 +162,7 @@ jobs:
|
||||
"-DgRPC_MSVC_STATIC_RUNTIME=ON"
|
||||
binary_extension: ".exe"
|
||||
- name: mac
|
||||
os: macos-12
|
||||
os: macos-13
|
||||
preinstall: brew install ninja zlib p7zip
|
||||
cflags: -O3 -gline-tables-only -DNDEBUG
|
||||
cmake: >-
|
||||
|
Loading…
Reference in New Issue
Block a user