



























@@ -751,7 +751,7 @@ jobs:
751751name: ${{ matrix.checkName }}
752752needs: [preflight]
753753if: needs.preflight.outputs.run_checks_fast == 'true'
754-runs-on: ubuntu-24.04
754+runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-4vcpu-ubuntu-2404' || 'ubuntu-24.04' }}
755755timeout-minutes: 60
756756strategy:
757757fail-fast: false
@@ -857,7 +857,7 @@ jobs:
857857name: "checks-fast-protocol"
858858needs: [preflight]
859859if: needs.preflight.outputs.run_checks_fast == 'true'
860-runs-on: ubuntu-24.04
860+runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-4vcpu-ubuntu-2404' || 'ubuntu-24.04' }}
861861timeout-minutes: 30
862862steps:
863863 - name: Checkout
@@ -1122,7 +1122,7 @@ jobs:
11221122name: ${{ matrix.check_name }}
11231123needs: [preflight]
11241124if: needs.preflight.outputs.run_checks_node_core_nondist == 'true'
1125-runs-on: ${{ github.repository == 'openclaw/openclaw' && (matrix.runner || 'ubuntu-24.04') || 'ubuntu-24.04' }}
1125+runs-on: ${{ github.repository == 'openclaw/openclaw' && (matrix.runner || 'blacksmith-4vcpu-ubuntu-2404') || 'ubuntu-24.04' }}
11261126timeout-minutes: 60
11271127strategy:
11281128fail-fast: false
@@ -1375,7 +1375,7 @@ jobs:
13751375include:
13761376 - check_name: check-preflight-guards
13771377task: preflight-guards
1378-runner: ubuntu-24.04
1378+runner: blacksmith-4vcpu-ubuntu-2404
13791379 - check_name: check-prod-types
13801380task: prod-types
13811381runner: blacksmith-4vcpu-ubuntu-2404
@@ -1384,13 +1384,13 @@ jobs:
13841384runner: blacksmith-8vcpu-ubuntu-2404
13851385 - check_name: check-policy-guards
13861386task: policy-guards
1387-runner: ubuntu-24.04
1387+runner: blacksmith-4vcpu-ubuntu-2404
13881388 - check_name: check-test-types
13891389task: test-types
13901390runner: blacksmith-4vcpu-ubuntu-2404
13911391 - check_name: check-strict-smoke
13921392task: strict-smoke
1393-runner: ubuntu-24.04
1393+runner: blacksmith-4vcpu-ubuntu-2404
13941394steps:
13951395 - name: Checkout
13961396shell: bash
@@ -1507,7 +1507,7 @@ jobs:
15071507name: ${{ matrix.check_name }}
15081508needs: [preflight]
15091509if: ${{ !cancelled() && always() && needs.preflight.outputs.run_check_additional == 'true' }}
1510-runs-on: ubuntu-24.04
1510+runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-4vcpu-ubuntu-2404' || 'ubuntu-24.04' }}
15111511timeout-minutes: 20
15121512strategy:
15131513fail-fast: false
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。