From 0c825c560933e80c79d360d7844fde022108a7e5 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Mon, 18 Aug 2025 14:24:58 -0500 Subject: [PATCH] Use Depot macOS runner in CI (#15358) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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