From 5071c58346a743ec233f78a51eb8081b4e47415b Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Thu, 23 Apr 2026 16:44:01 +0100 Subject: [PATCH] ci: run live model matrix on github runners --- .github/workflows/openclaw-live-and-e2e-checks-reusable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/openclaw-live-and-e2e-checks-reusable.yml b/.github/workflows/openclaw-live-and-e2e-checks-reusable.yml index de6868d7cc1..640a6b1a70e 100644 --- a/.github/workflows/openclaw-live-and-e2e-checks-reusable.yml +++ b/.github/workflows/openclaw-live-and-e2e-checks-reusable.yml @@ -166,7 +166,7 @@ env: jobs: validate_selected_ref: - runs-on: blacksmith-8vcpu-ubuntu-2404 + runs-on: ubuntu-24.04 outputs: selected_sha: ${{ steps.validate.outputs.selected_sha }} trusted_reason: ${{ steps.validate.outputs.trusted_reason }} @@ -640,7 +640,7 @@ jobs: name: Docker live models (${{ matrix.provider_label }}) needs: validate_selected_ref if: inputs.include_live_suites - runs-on: blacksmith-8vcpu-ubuntu-2404 + runs-on: ubuntu-24.04 timeout-minutes: 75 strategy: fail-fast: false