Lower macOS Namespace runner default
Some checks are pending
Build Rust / Cargo Test (push) Waiting to run
Build Site / Next.js Build (push) Waiting to run

This commit is contained in:
Conrad Kramer 2026-03-18 23:02:50 -07:00
parent 5c57ac3655
commit 6300c661ff
5 changed files with 4 additions and 4 deletions

View file

@ -116,7 +116,7 @@ func (d *Dispatcher) LaunchRunner(ctx context.Context, req LaunchRequest) (strin
// Compute macOS shapes differ from the Linux "run" defaults. If the request
// didn't specify a machine type, ensure we pick a macOS-valid default.
if machineType == "" || machineType == d.opts.DefaultMachine {
machineType = "12x28"
machineType = "6x14"
}
// Prefer the Compute API path because it uses the service token (NSC_TOKEN_FILE)