Skip to content

Commit 7bb164b

Browse files
docs: set macOS examples to on-demand capacity
1 parent 9ab2ee2 commit 7bb164b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/mac-runners.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ module "runners" {
5757
runner_os = "osx"
5858
runner_architecture = "arm64" # or "x64" for Intel Mac instances
5959
instance_types = ["mac2.metal"]
60+
instance_target_capacity_type = "on-demand"
6061
6162
# Dedicated host settings (required for macOS)
6263
use_dedicated_host = true
@@ -110,6 +111,7 @@ multi_runner_config = {
110111
runner_os = "osx"
111112
runner_architecture = "arm64"
112113
instance_types = ["mac2.metal"]
114+
instance_target_capacity_type = "on-demand"
113115
use_dedicated_host = true
114116
placement = {
115117
host_resource_group_arn = "<arn-of-your-host-resource-group>"

0 commit comments

Comments
 (0)