Skip to content

Commit d094925

Browse files
[libc][CI] update macOS version in workflow configuration
upgrade macOS version to latest stable version in github action
1 parent c595282 commit d094925

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/libc-overlay-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# Set fail-fast to false to ensure that feedback is delivered for all matrix combinations.
1717
fail-fast: false
1818
matrix:
19-
os: [ubuntu-24.04, ubuntu-24.04-arm, windows-2022, windows-2025, macos-14]
19+
os: [ubuntu-24.04, ubuntu-24.04-arm, windows-2022, windows-2025, macos-15]
2020
include:
2121
# TODO: add linux gcc when it is fixed
2222
- os: ubuntu-24.04
@@ -35,7 +35,7 @@ jobs:
3535
compiler:
3636
c_compiler: clang-cl
3737
cpp_compiler: clang-cl
38-
- os: macos-14
38+
- os: macos-15
3939
compiler:
4040
c_compiler: clang
4141
cpp_compiler: clang++

0 commit comments

Comments
 (0)