Fix Namespace Apple runner dispatch
This commit is contained in:
parent
212b129c31
commit
a4db952d3f
12 changed files with 77 additions and 15 deletions
|
|
@ -25,10 +25,18 @@ instances:
|
|||
min_idle: 0
|
||||
ttl: "20m"
|
||||
machine_type: "8x16"
|
||||
- labels: ["namespace-profile-linux-medium-apple"]
|
||||
min_idle: 0
|
||||
ttl: "30m"
|
||||
machine_type: "8x16"
|
||||
- labels: ["namespace-profile-macos-large"]
|
||||
min_idle: 0
|
||||
ttl: "60m"
|
||||
machine_type: "macos/arm64:8x16"
|
||||
- labels: ["namespace-profile-macos-large-apple"]
|
||||
min_idle: 0
|
||||
ttl: "90m"
|
||||
machine_type: "macos/arm64:8x16"
|
||||
- labels: ["namespace-profile-windows-large"]
|
||||
min_idle: 0
|
||||
ttl: "45m"
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ forgejo:
|
|||
namespace:
|
||||
nsc_binary: "/run/current-system/sw/bin/nsc"
|
||||
compute_base_url: "https://ord4.compute.namespaceapis.com"
|
||||
image: "code.forgejo.org/forgejo/runner:3"
|
||||
image: "code.forgejo.org/forgejo/runner:11"
|
||||
machine_type: "8x16"
|
||||
macos_base_image_id: "tahoe"
|
||||
macos_machine_arch: "arm64"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue