From 6a8bae491838c6e636cee29748351be40f4bb115 Mon Sep 17 00:00:00 2001 From: Yingchun Lai Date: Thu, 9 Jan 2025 00:37:15 +0800 Subject: [PATCH] chore: Upgrade to use macOS 15 in action --- .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 c30a82d422..4915dee727 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 openssl@1.1 - 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: |