Use Depot macOS runner in CI (#15358)

This commit is contained in:
Zanie Blue 2025-08-18 14:24:58 -05:00 committed by GitHub
parent bbef948b6a
commit 0c825c5609
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ jobs:
needs: determine_changes needs: determine_changes
# Only run macOS tests on main without opt-in # Only run macOS tests on main without opt-in
if: ${{ contains(github.event.pull_request.labels.*.name, 'test:macos') || github.ref == 'refs/heads/main' }} if: ${{ contains(github.event.pull_request.labels.*.name, 'test:macos') || github.ref == 'refs/heads/main' }}
runs-on: macos-latest-xlarge # github-macos-14-aarch64-6 runs-on: depot-macos-14
name: "cargo test | macos" name: "cargo test | macos"
steps: steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2