diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index d6f4ba249..f0e1f4563 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "40719bcb74621820b55475f43b0ceb20d7ba1c21", - "syncedAt": "2026-04-22T05:12:50.482Z" + "sha": "e39784decd40e87b75fcf685d536b391efe9f313", + "syncedAt": "2026-04-22T05:13:21.173Z" } diff --git a/docs/ci.md b/docs/ci.md index a11443f82..f6d55a749 100644 --- a/docs/ci.md +++ b/docs/ci.md @@ -57,11 +57,12 @@ GitHub may mark superseded jobs as `cancelled` when a newer push lands on the sa ## Runners -| Runner | Jobs | -| -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ | -| `blacksmith-16vcpu-ubuntu-2404` | `preflight`, `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` | +| 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` | ## Local Equivalents