mirror of
https://github.com/signalapp/libsignal.git
synced 2026-04-25 17:25:18 +02:00
ci: Right size per-commit Node Windows worker
This commit is contained in:
3
.github/actionlint.yaml
vendored
3
.github/actionlint.yaml
vendored
@@ -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.
|
||||
|
||||
2
.github/workflows/build_and_test.yml
vendored
2
.github/workflows/build_and_test.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user