This is an automated email from the ASF dual-hosted git repository.
laiyingchun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git
The following commit(s) were added to refs/heads/master by this push:
new 201b42439 chore: Upgrade to use macOS 15 in action (#2175)
201b42439 is described below
commit 201b424391f7fbe81439c5d63cf229df51a07d98
Author: Yingchun Lai <[email protected]>
AuthorDate: Fri Jan 10 14:37:09 2025 +0800
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
> https://github.com/actions/runner-images/issues/10721
---
.github/workflows/lint_and_test_cpp.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/lint_and_test_cpp.yaml
b/.github/workflows/lint_and_test_cpp.yaml
index c30a82d42..4915dee72 100644
--- a/.github/workflows/lint_and_test_cpp.yaml
+++ b/.github/workflows/lint_and_test_cpp.yaml
@@ -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
@@ -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: |
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]