mirror of https://github.com/astral-sh/uv
Use Windows 2019 runner instead of 2022
This commit is contained in:
parent
3a34918480
commit
384e6449da
|
|
@ -52,7 +52,7 @@ jobs:
|
||||||
# For Ubuntu and Windows, this requires Organization-level configuration
|
# For Ubuntu and Windows, this requires Organization-level configuration
|
||||||
# See: https://docs.github.com/en/actions/using-github-hosted-runners/about-larger-runners/about-larger-runners#about-ubuntu-and-windows-larger-runners
|
# See: https://docs.github.com/en/actions/using-github-hosted-runners/about-larger-runners/about-larger-runners#about-ubuntu-and-windows-larger-runners
|
||||||
- { os: "ubuntu", runner: "ubuntu-latest-large" }
|
- { os: "ubuntu", runner: "ubuntu-latest-large" }
|
||||||
- { os: "windows", runner: "windows-latest-large" }
|
- { os: "windows", runner: "windows-2019-large" }
|
||||||
- { os: "macos", runner: "macos-14" }
|
- { os: "macos", runner: "macos-14" }
|
||||||
runs-on:
|
runs-on:
|
||||||
labels: ${{ matrix.runner }}
|
labels: ${{ matrix.runner }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue