From c15edc3641c1b19d0392be996fe2183a6498ee8b Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Fri, 24 Apr 2026 17:50:44 +0100 Subject: [PATCH] ci: try smaller blacksmith support lanes --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b706e495f52..6740635ccaa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1044,7 +1044,7 @@ jobs: name: checks-node-compat-node22 needs: [preflight] if: needs.preflight.outputs.run_node == 'true' && github.event_name == 'push' - runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }} + runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-4vcpu-ubuntu-2404' || 'ubuntu-24.04' }} timeout-minutes: 60 steps: - name: Checkout @@ -1380,7 +1380,7 @@ jobs: runner: ubuntu-24.04 - check_name: check-prod-types task: prod-types - runner: blacksmith-4vcpu-ubuntu-2404 + runner: blacksmith-2vcpu-ubuntu-2404 - check_name: check-lint task: lint runner: blacksmith-8vcpu-ubuntu-2404 @@ -1389,7 +1389,7 @@ jobs: runner: ubuntu-24.04 - check_name: check-test-types task: test-types - runner: blacksmith-4vcpu-ubuntu-2404 + runner: blacksmith-2vcpu-ubuntu-2404 - check_name: check-strict-smoke task: strict-smoke runner: ubuntu-24.04