diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79cbb833b..51d1a8e54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -263,7 +263,7 @@ jobs: needs: determine_changes # Only run macOS tests on main without opt-in 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" steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2