Use 32-core Windows runner for tests

Historically, this has not been worth it; worth a try though
This commit is contained in:
Zanie Blue 2025-01-15 17:39:58 -06:00
parent 2803e6fc5f
commit 1fc685698d

View file

@ -265,7 +265,7 @@ jobs:
timeout-minutes: 15
needs: determine_changes
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: github-windows-2025-x86_64-16
runs-on: github-windows-2025-x86_64-32
name: "cargo test | windows"
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2