mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
ci: allow release macOS cache finalization
This commit is contained in:
@@ -2766,7 +2766,9 @@ jobs:
|
||||
needs: [preflight]
|
||||
if: needs.preflight.outputs.run_macos_swift == 'true'
|
||||
runs-on: ${{ github.event_name == 'workflow_dispatch' && 'macos-26' || (github.repository == 'openclaw/openclaw' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == 'openclaw/openclaw') && 'blacksmith-12vcpu-macos-26' || 'macos-26') }}
|
||||
timeout-minutes: 20
|
||||
# Release dispatches use the hosted runner and may still be finalizing large
|
||||
# Swift caches after every test passes; keep that post-job work non-blocking.
|
||||
timeout-minutes: ${{ github.event_name == 'workflow_dispatch' && 30 || 20 }}
|
||||
env:
|
||||
HISTORICAL_TARGET: ${{ needs.preflight.outputs.compatibility_target }}
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user