[chore](ci) macOS-12 environment is deprecated, switch to macOS-13 (#45185)

This commit is contained in:
Dongyang Li
2024-12-09 14:37:02 +08:00
committed by GitHub
parent 95a12acbe6
commit b4db543eaa

View File

@ -138,7 +138,7 @@ jobs:
name: Build Third Party Libraries (macOS)
needs: changes
if: ${{ needs.changes.outputs.thirdparty_changes == 'true' }}
runs-on: macos-12
runs-on: macos-13
steps:
- name: Checkout ${{ github.ref }}
uses: actions/checkout@v3