




















@@ -420,7 +420,7 @@ jobs:
420420permissions: {}
421421needs: [security-scm-fast, security-dependency-audit]
422422if: always() && (github.event_name != 'pull_request' || !github.event.pull_request.draft)
423-runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }}
423+runs-on: ubuntu-24.04
424424timeout-minutes: 5
425425steps:
426426 - name: Verify fast security jobs
@@ -722,7 +722,7 @@ jobs:
722722name: checks-fast-contracts-channels
723723needs: [preflight, checks-fast-channel-contracts-shard]
724724if: always() && needs.preflight.outputs.run_checks_fast == 'true'
725-runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }}
725+runs-on: ubuntu-24.04
726726timeout-minutes: 5
727727steps:
728728 - name: Verify channel contract shards
@@ -879,7 +879,7 @@ jobs:
879879name: checks-node-extensions
880880needs: [preflight, checks-node-extensions-shard]
881881if: always() && needs.preflight.outputs.run_checks_fast == 'true'
882-runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }}
882+runs-on: ubuntu-24.04
883883timeout-minutes: 5
884884steps:
885885 - name: Verify extension shards
@@ -1357,7 +1357,7 @@ jobs:
13571357name: checks-node-core
13581358needs: [preflight, checks-node-core-test-nondist-shard, checks-node-core-test-dist-shard]
13591359if: always() && needs.preflight.outputs.run_checks == 'true'
1360-runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }}
1360+runs-on: ubuntu-24.04
13611361timeout-minutes: 5
13621362steps:
13631363 - name: Verify node test shards
@@ -1568,7 +1568,7 @@ jobs:
15681568name: "check"
15691569needs: [preflight, check-shard]
15701570if: always() && needs.preflight.outputs.run_check == 'true'
1571-runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }}
1571+runs-on: ubuntu-24.04
15721572timeout-minutes: 5
15731573steps:
15741574 - name: Verify check shards
@@ -1788,7 +1788,7 @@ jobs:
17881788name: "check-additional"
17891789needs: [preflight, check-additional-shard]
17901790if: always() && needs.preflight.outputs.run_check_additional == 'true'
1791-runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }}
1791+runs-on: ubuntu-24.04
17921792timeout-minutes: 5
17931793steps:
17941794 - name: Verify additional check shards
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。