Fix runner labels to match registered runner
Some checks failed
Build Talos CM5 Image / build (push) Failing after 6s
Some checks failed
Build Talos CM5 Image / build (push) Failing after 6s
Runner is registered with: macos, macos-latest, xcode, ios, self-hosted Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
95ec58a56f
commit
e11613fb0b
@ -18,7 +18,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: [self-hosted, macOS, arm64]
|
||||
runs-on: [self-hosted, macos]
|
||||
timeout-minutes: 180
|
||||
|
||||
steps:
|
||||
|
||||
@ -14,7 +14,7 @@ on:
|
||||
|
||||
jobs:
|
||||
check-updates:
|
||||
runs-on: [self-hosted, macOS, arm64]
|
||||
runs-on: [self-hosted, macos]
|
||||
timeout-minutes: 10
|
||||
|
||||
steps:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user