Use large Windows runner (#1134)

This commit is contained in:
Zanie Blue
2024-01-29 01:34:40 -06:00
committed by GitHub
parent fe03e74669
commit ebd8cd425d

View File

@@ -74,7 +74,7 @@ jobs:
# TODO(konstin): Merge with the cargo-test job once the tests pass
windows:
runs-on: windows-latest
runs-on: windows-latest-large
name: "cargo check | windows"
steps:
- uses: actions/checkout@v4