Skip to content

Commit 201b424

Browse files
authored
chore: Upgrade to use macOS 15 in action (#2175)
Fix the issue: > The macOS-12 environment is deprecated, consider switching to macOS-13, > macOS-14 (macos-latest) or macOS-15. For more details, see > actions/runner-images#10721
1 parent 1091da5 commit 201b424

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint_and_test_cpp.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -413,11 +413,11 @@ jobs:
413413
name: Build Release on macOS
414414
needs:
415415
- cpp_clang_format_linter
416-
runs-on: macos-12
416+
runs-on: macos-15
417417
steps:
418418
- name: Install Softwares
419419
run: |
420-
# Preinstalled softwares: https://github.com/actions/virtual-environments/blob/main/images/macos/macos-12-Readme.md
420+
# Preinstalled softwares: https://github.com/actions/virtual-environments/blob/main/images/macos/macos-15-Readme.md
421421
brew install ccache
422422
brew install openssl@1.1
423423
- uses: actions/checkout@v4
@@ -429,7 +429,7 @@ jobs:
429429
key: macos_build_ccache
430430
restore-keys: |
431431
macos_build_ccache
432-
macos-12-thirdparty-bins
432+
macos-15-thirdparty-bins
433433
- name: Build thirdparty
434434
working-directory: thirdparty
435435
run: |

0 commit comments

Comments
 (0)