




















@@ -550,7 +550,7 @@ jobs:
550550name: ${{ matrix.check_name }}
551551needs: [preflight]
552552if: needs.preflight.outputs.run_checks_fast == 'true'
553-runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }}
553+runs-on: ubuntu-24.04
554554timeout-minutes: 60
555555strategy:
556556fail-fast: false
@@ -744,7 +744,7 @@ jobs:
744744name: "checks-fast-protocol"
745745needs: [preflight]
746746if: needs.preflight.outputs.run_checks_fast == 'true'
747-runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }}
747+runs-on: ubuntu-24.04
748748timeout-minutes: 30
749749steps:
750750 - name: Checkout
@@ -1461,22 +1461,22 @@ jobs:
14611461include:
14621462 - check_name: check-preflight-guards
14631463task: preflight-guards
1464-runner: blacksmith-8vcpu-ubuntu-2404
1464+runner: ubuntu-24.04
14651465 - check_name: check-prod-types
14661466task: prod-types
1467-runner: blacksmith-8vcpu-ubuntu-2404
1467+runner: ubuntu-24.04
14681468 - check_name: check-lint
14691469task: lint
14701470runner: blacksmith-16vcpu-ubuntu-2404
14711471 - check_name: check-policy-guards
14721472task: policy-guards
1473-runner: blacksmith-8vcpu-ubuntu-2404
1473+runner: ubuntu-24.04
14741474 - check_name: check-test-types
14751475task: test-types
1476-runner: blacksmith-8vcpu-ubuntu-2404
1476+runner: ubuntu-24.04
14771477 - check_name: check-strict-smoke
14781478task: strict-smoke
1479-runner: blacksmith-8vcpu-ubuntu-2404
1479+runner: ubuntu-24.04
14801480steps:
14811481 - name: Checkout
14821482shell: bash
@@ -1592,7 +1592,7 @@ jobs:
15921592name: ${{ matrix.check_name }}
15931593needs: [preflight]
15941594if: ${{ !cancelled() && always() && needs.preflight.outputs.run_check_additional == 'true' }}
1595-runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }}
1595+runs-on: ubuntu-24.04
15961596timeout-minutes: 20
15971597strategy:
15981598fail-fast: false
@@ -1812,7 +1812,7 @@ jobs:
18121812name: "build-smoke"
18131813needs: [preflight, build-artifacts]
18141814if: ${{ !cancelled() && always() && needs.preflight.outputs.run_build_smoke == 'true' && (github.event_name != 'push' || needs.build-artifacts.result == 'success') }}
1815-runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }}
1815+runs-on: ubuntu-24.04
18161816timeout-minutes: 20
18171817steps:
18181818 - name: Checkout
@@ -1908,7 +1908,7 @@ jobs:
19081908contents: read
19091909needs: [preflight]
19101910if: needs.preflight.outputs.run_check_docs == 'true'
1911-runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }}
1911+runs-on: ubuntu-24.04
19121912timeout-minutes: 20
19131913steps:
19141914 - name: Checkout
@@ -1972,7 +1972,7 @@ jobs:
19721972contents: read
19731973needs: [preflight]
19741974if: needs.preflight.outputs.run_skills_python_job == 'true'
1975-runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-8vcpu-ubuntu-2404' || 'ubuntu-24.04' }}
1975+runs-on: ubuntu-24.04
19761976timeout-minutes: 20
19771977steps:
19781978 - name: Checkout
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。