Fix runner labels to match registered runner
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:
Mathias Beaulieu-Duncan 2026-02-09 18:21:34 -05:00
parent 95ec58a56f
commit e11613fb0b
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ on:
jobs: jobs:
build: build:
runs-on: [self-hosted, macOS, arm64] runs-on: [self-hosted, macos]
timeout-minutes: 180 timeout-minutes: 180
steps: steps:

View File

@ -14,7 +14,7 @@ on:
jobs: jobs:
check-updates: check-updates:
runs-on: [self-hosted, macOS, arm64] runs-on: [self-hosted, macos]
timeout-minutes: 10 timeout-minutes: 10
steps: steps: