ci: move workflows to blacksmith 16vcpu runners

This commit is contained in:
Peter Steinberger
2026-02-19 17:25:15 +01:00
parent 2c05cbb43e
commit ce1f0c0a10
9 changed files with 29 additions and 30 deletions

View File

@@ -34,12 +34,11 @@ Jobs are ordered so cheap checks fail before expensive ones run:
## Runners
| Runner | Jobs |
| ------------------------------- | ----------------------------- |
| `blacksmith-8vcpu-ubuntu-2404` | Most Linux jobs |
| `blacksmith-8vcpu-windows-2025` | `checks-windows` |
| `macos-latest` | `macos`, `ios` |
| `ubuntu-latest` | Scope detection (lightweight) |
| Runner | Jobs |
| -------------------------------- | ------------------------------------------ |
| `blacksmith-16vcpu-ubuntu-2404` | Most Linux jobs, including scope detection |
| `blacksmith-16vcpu-windows-2025` | `checks-windows` |
| `macos-latest` | `macos`, `ios` |
## Local Equivalents