Fix Namespace macOS runner shape
Some checks failed
Build Site / Next.js Build (push) Waiting to run
Lint Governance / BEP Metadata (push) Waiting to run
Cache: Publish Nix / Publish Nix Cache (push) Failing after 22s
Build Rust / Cargo Test (push) Has been cancelled

This commit is contained in:
Conrad Kramer 2026-06-07 08:35:26 -07:00
parent a4db952d3f
commit 0a35d62e14
5 changed files with 5 additions and 2 deletions

View file

@ -107,6 +107,9 @@ The same change also makes the forge itself the release authority: release tags
workflow so stale generic Namespace jobs cannot consume Apple release runners:
- `namespace-profile-linux-medium-apple`
- `namespace-profile-macos-large-apple`
- Configure macOS Namespace targets with the Compute API CPU-by-memory shape
format. `12x28` is the Burrow large macOS baseline; platform-prefixed values
such as `macos/arm64:8x16` are not accepted by the macOS launcher.
- Run forge Namespace services with the repo-owned `nsc` package and keep it
current with the token format expected by Namespace. `nsc 0.0.520` is the
first required baseline for revokable token-file auth.

Binary file not shown.

View file

@ -32,11 +32,11 @@ instances:
- labels: ["namespace-profile-macos-large"]
min_idle: 0
ttl: "60m"
machine_type: "macos/arm64:8x16"
machine_type: "12x28"
- labels: ["namespace-profile-macos-large-apple"]
min_idle: 0
ttl: "90m"
machine_type: "macos/arm64:8x16"
machine_type: "12x28"
- labels: ["namespace-profile-windows-large"]
min_idle: 0
ttl: "45m"