diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 3500b50f9..56d2220bd 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "cd41bd1359e87c5c0df29d4a451af1d74dab7043", - "syncedAt": "2026-04-22T13:01:14.599Z" + "sha": "fd01a66e30a884d9c6c6c35c56bb50c1d93c9fb9", + "syncedAt": "2026-04-22T13:40:10.587Z" } diff --git a/docs/ci.md b/docs/ci.md index f6d55a749..451e9e0b5 100644 --- a/docs/ci.md +++ b/docs/ci.md @@ -60,9 +60,10 @@ GitHub may mark superseded jobs as `cancelled` when a newer push lands on the sa | Runner | Jobs | | -------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | | `ubuntu-24.04` | `preflight`; install-smoke preflight also uses GitHub-hosted Ubuntu so the Blacksmith matrix can queue earlier | -| `blacksmith-16vcpu-ubuntu-2404` | `security-scm-fast`, `security-dependency-audit`, `security-fast`, `build-artifacts`, Linux checks, docs checks, Python skills, `android` | -| `blacksmith-32vcpu-windows-2025` | `checks-windows` | -| `blacksmith-12vcpu-macos-latest` | `macos-node`, `macos-swift` on `openclaw/openclaw`; forks fall back to `macos-latest` | +| `blacksmith-8vcpu-ubuntu-2404` | `security-scm-fast`, `security-dependency-audit`, `security-fast`, `build-artifacts`, Linux checks, docs checks, Python skills, `android` | +| `blacksmith-8vcpu-windows-2025` | `checks-windows` | +| `blacksmith-6vcpu-macos-latest` | `macos-node` on `openclaw/openclaw`; forks fall back to `macos-latest` | +| `blacksmith-12vcpu-macos-latest` | `macos-swift` on `openclaw/openclaw`; forks fall back to `macos-latest` | ## Local Equivalents