Skip to content

Commit d913ad7

Browse files
authored
Add new, larger Windows runners to .github/actionlint.yaml (#975)
Windows CI jobs are a bottleneck right now, so I defined larger GitHub-hosted runners. This adds the new names to the actionlint config file so that they are recognized by actionlint.
1 parent fcb34be commit d913ad7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/actionlint.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ self-hosted-runner:
3434
- ubuntu-24.04-x64-8-core
3535
- ubuntu-24.04-x64-16-core
3636

37+
- windows-2022-x64-8-core
38+
- windows-2025-x64-8-core
39+
- windows-2025-x64-16-core
40+
3741
# From https://github.com/actions/partner-runner-images
3842
- ubuntu-24.04-arm
3943

0 commit comments

Comments
 (0)