[libc][CI] update macOS version in workflow configuration (#171228)

upgrade macOS version to latest stable version in github action. We run
into a problem that timed `os_sync` API only becomes available in 14.4+.
This commit is contained in:
Schrodinger ZHU Yifan 2025-12-09 10:14:32 -05:00 committed by GitHub
parent cf9ba401e3
commit 005ef5cda0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ jobs:
# Set fail-fast to false to ensure that feedback is delivered for all matrix combinations.
fail-fast: false
matrix:
os: [ubuntu-24.04, ubuntu-24.04-arm, windows-2022, windows-2025, macos-14]
os: [ubuntu-24.04, ubuntu-24.04-arm, windows-2022, windows-2025, macos-15]
include:
# TODO: add linux gcc when it is fixed
- os: ubuntu-24.04
@ -35,7 +35,7 @@ jobs:
compiler:
c_compiler: clang-cl
cpp_compiler: clang-cl
- os: macos-14
- os: macos-15
compiler:
c_compiler: clang
cpp_compiler: clang++