Use dedicated release runner (runs-on: release)
Some checks failed
Repo Health / Access control (push) Successful in 1s
Repo Health / Release configuration (push) Failing after 4s
Repo Health / Scripts governance (push) Successful in 4s
Repo Health / Repository health (push) Failing after 4s

Release builds now run on moko-beelink-release, a dedicated runner
that won't compete with CI jobs for capacity.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jonathan Miller
2026-04-18 11:55:22 -05:00
parent edbaa47403
commit c443b4d23e

View File

@@ -47,7 +47,7 @@ env:
jobs:
build:
name: Build Release Package
runs-on: ubuntu-latest
runs-on: release
steps:
- name: Checkout repository