fix(ci): use macos-14 instead of deprecated macos-13

This commit is contained in:
ShawnPana
2026-02-10 17:48:21 -08:00
parent 5cab94dbe4
commit b7468fa887

View File

@@ -109,7 +109,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, macos-13]
os: [macos-latest, macos-14]
mode: [--remote-only, --local-only, --full]
runs-on: ${{ matrix.os }}
steps: