Use Windows 2019 runner instead of 2022

This commit is contained in:
Zanie 2024-02-21 15:01:46 -06:00
parent 3a34918480
commit 384e6449da
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ jobs:
# 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
- { os: "ubuntu", runner: "ubuntu-latest-large" }
- { os: "windows", runner: "windows-latest-large" }
- { os: "windows", runner: "windows-2019-large" }
- { os: "macos", runner: "macos-14" }
runs-on:
labels: ${{ matrix.runner }}