Skip to content

Commit

Permalink
chore: Upgrade to use macOS 15 in action (#2175)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
acelyc111 authored Jan 10, 2025
1 parent 1091da5 commit 201b424
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint_and_test_cpp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -413,11 +413,11 @@ jobs:
name: Build Release on macOS
needs:
- cpp_clang_format_linter
runs-on: macos-12
runs-on: macos-15
steps:
- name: Install Softwares
run: |
# Preinstalled softwares: https://github.com/actions/virtual-environments/blob/main/images/macos/macos-12-Readme.md
# Preinstalled softwares: https://github.com/actions/virtual-environments/blob/main/images/macos/macos-15-Readme.md
brew install ccache
brew install [email protected]
- uses: actions/checkout@v4
Expand All @@ -429,7 +429,7 @@ jobs:
key: macos_build_ccache
restore-keys: |
macos_build_ccache
macos-12-thirdparty-bins
macos-15-thirdparty-bins
- name: Build thirdparty
working-directory: thirdparty
run: |
Expand Down

0 comments on commit 201b424

Please sign in to comment.