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

@ -144,7 +144,7 @@ instances:
- labels: ["namespace-profile-macos-large"]
min_idle: 0
ttl: "90m"
machine_type: "12x28"
machine_type: "6x14"
- labels: ["namespace-profile-windows-large"]
min_idle: 0
ttl: "45m"

View file

@ -27,7 +27,7 @@ instances:
- labels: ["namespace-profile-macos-large"]
min_idle: 0
ttl: "90m"
machine_type: "12x28"
machine_type: "6x14"
- labels: ["namespace-profile-windows-large"]
min_idle: 0
ttl: "45m"

View file

@ -28,7 +28,7 @@ instances:
- labels: ["namespace-profile-macos-large"]
min_idle: 0
ttl: "90m"
machine_type: "12x28"
machine_type: "6x14"
- labels: ["namespace-profile-windows-large"]
min_idle: 0
ttl: "45m"

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)