mirror of https://github.com/astral-sh/uv
Use Depot macOS runner in CI (#15358)
This commit is contained in:
parent
bbef948b6a
commit
0c825c5609
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue