ci: Right size per-commit Node Windows worker

This commit is contained in:
andrew-signal
2025-12-15 15:11:24 -06:00
committed by GitHub
parent 4a0afd11e5
commit 0ec05213b9
2 changed files with 4 additions and 1 deletions

View File

@@ -3,6 +3,9 @@ self-hosted-runner:
labels:
# Used in Slow Tests' AArch64 Linux Tests.
- ubuntu-24.04-arm64-4-cores
# This is... not a custom worker label, but it's not included in actionlint for some reason.
# See: https://github.com/rhysd/actionlint/blob/f9408506b4c7f9cda1263bca8166271f65e65c3d/rule_runner_label.go#L29
- windows-latest-4-cores
# Configuration variables in array of strings defined in your repository or
# organization. `null` means disabling configuration variables check.

View File

@@ -534,7 +534,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest-4-cores, windows-latest-8-cores, macos-15-xlarge]
os: [ubuntu-latest-4-cores, windows-latest-4-cores, macos-15-xlarge]
needs: changes