Use macos-13 image for Mac builds (#2304)

This commit is contained in:
Nathan Ridge 2025-01-30 10:05:47 -05:00 committed by GitHub
parent 909659b1ba
commit 0a7499759d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: >-