Skip to content

Commit

Permalink
Use windows-latest for a job
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Dec 26, 2024
1 parent d7eecd5 commit 3572427
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 @@ -531,7 +531,7 @@ jobs:
timeout-minutes: 10
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"
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3572427

Please sign in to comment.