Skip to content

Commit

Permalink
Use Depot runners instead of GitHub larger runners for Unix (#9154)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb authored Nov 15, 2024
1 parent 6930e03 commit 14812ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
needs: determine_changes
if: ${{ github.repository == 'astral-sh/uv' && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }}
runs-on:
labels: "ubuntu-latest-xlarge"
labels: "depot-ubuntu-22.04-16"
name: "cargo test | ubuntu"
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
needs: determine_changes
if: ${{ github.repository == 'astral-sh/uv' && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }}
runs-on:
labels: "macos-latest-xlarge"
labels: "depot-macos-latest"
name: "cargo test | macos"
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -507,7 +507,7 @@ jobs:
needs: determine_changes
if: ${{ github.repository == 'astral-sh/uv' && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }}
runs-on:
labels: macos-14-large
labels: macos-latest-large # Intel runner on GitHub
name: "build binary | macos x86_64"
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 14812ff

Please sign in to comment.