Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .cirun.global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ runners:

- name: cirun-azure-windows-4xlarge
cloud: azure
# 16 cores, 64GB Ram, 600GB storage, x64
# 16 cores, 64GB Ram, 1000GB storage, x64
instance_type: Standard_D16ads_v5
machine_image: "/subscriptions/df033e15-d7e5-43a0-88b8-95b833d272f9/resourceGroups/cirun-runner-images-via-packer/providers/Microsoft.Compute/images/cirun-win22-dev"
region: uksouth
Expand All @@ -143,6 +143,9 @@ runners:
- cirun-azure-windows-4xlarge
extra_config:
licenseType: Windows_Server
storageProfile:
osDisk:
diskSizeGB: 1000

- name: cirun-macos-m4-large
cloud: on_prem
Expand Down