ci: use larger Blacksmith macOS runners

This commit is contained in:
Peter Steinberger
2026-04-21 19:03:33 +01:00
parent 5218c1a01f
commit b2b43085bc
3 changed files with 3 additions and 3 deletions

View File

@@ -62,7 +62,7 @@ jobs:
needs_autobuild: false
config_file: ""
- language: swift
runs_on: macos-latest
runs_on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-12vcpu-macos-latest' || 'macos-latest' }}
needs_node: false
needs_python: false
needs_java: false