Skip to content

Commit

Permalink
Use smaller runner
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Jan 22, 2025
1 parent 002c9fc commit ef45b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ jobs:
timeout-minutes: 25
if: ${{ github.repository == 'astral-sh/uv' && !contains(github.event.pull_request.labels.*.name, 'no-test') && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }}
runs-on:
labels: windows-latest-large
labels: windows-latest
name: "build binary | windows aarch64"
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ef45b12

Please sign in to comment.