mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
use free builtin arm windows runners
They have more tools installed
This commit is contained in:
parent
4a2c4d350f
commit
1b5636e64f
1 changed files with 5 additions and 5 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
@ -852,7 +852,7 @@ jobs:
|
|||
timeout-minutes: 10
|
||||
needs: build-binary-windows-aarch64
|
||||
name: "smoke test | windows aarch64"
|
||||
runs-on: github-windows-11-aarch64-4
|
||||
runs-on: windows-11-arm
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
|
||||
|
@ -1004,7 +1004,7 @@ jobs:
|
|||
timeout-minutes: 10
|
||||
needs: build-binary-windows-aarch64
|
||||
name: "integration test | aarch64 windows implicit"
|
||||
runs-on: github-windows-11-aarch64-4
|
||||
runs-on: windows-11-arm
|
||||
|
||||
steps:
|
||||
- name: "Download binary"
|
||||
|
@ -1049,7 +1049,7 @@ jobs:
|
|||
timeout-minutes: 10
|
||||
needs: build-binary-windows-aarch64
|
||||
name: "integration test | aarch64 windows explicit"
|
||||
runs-on: github-windows-11-aarch64-4
|
||||
runs-on: windows-11-arm
|
||||
|
||||
steps:
|
||||
- name: "Download binary"
|
||||
|
@ -2162,7 +2162,7 @@ jobs:
|
|||
timeout-minutes: 10
|
||||
needs: build-binary-windows-aarch64
|
||||
name: "check system | x86-64 python3.13 on windows aarch64"
|
||||
runs-on: github-windows-11-aarch64-4
|
||||
runs-on: windows-11-arm
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
|
||||
|
@ -2184,7 +2184,7 @@ jobs:
|
|||
timeout-minutes: 10
|
||||
needs: build-binary-windows-aarch64
|
||||
name: "check system | aarch64 python3.13 on windows aarch64"
|
||||
runs-on: github-windows-11-aarch64-4
|
||||
runs-on: windows-11-arm
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue