Use extra-large runner for Windows tests

This commit is contained in:
Zanie Blue 2024-03-18 11:34:05 -05:00
parent 01cef878f6
commit 60479d57c0
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,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-latest-xlarge" }
- { os: "macos", runner: "macos-14" } - { os: "macos", runner: "macos-14" }
fail-fast: false fail-fast: false
runs-on: runs-on: