Skip to content

Commit 4bc8132

Browse files
authored
Merge pull request #30 from git-for-windows/lower-cpu-count
self-hosted-runners: use 4-core VMs
2 parents 731cfec + 879f5ce commit 4bc8132

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-azure-self-hosted-runners.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ env:
3232
DEALLOCATE_IMMEDIATELY: ${{ github.event.inputs.deallocate_immediately }}
3333
# This has to be a public URL that the VM can access after creation
3434
POST_DEPLOYMENT_SCRIPT_URL: https://raw.githubusercontent.com/${{ github.repository }}/${{ github.ref }}/azure-self-hosted-runners/post-deployment-script.ps1
35-
# Note that you'll need "p" (arm64 processor) and ideally "d" (local temp disk). The number 8 stands for 8 CPU-cores.
35+
# Note that you'll need "p" (arm64 processor) and ideally "d" (local temp disk). The number 4 stands for 4 CPU-cores.
3636
# For a convenient overview of all arm64 VM types, see e.g. https://azureprice.net/?_cpuArchitecture=Arm64
37-
AZURE_VM_TYPE: Standard_D8plds_v5
37+
AZURE_VM_TYPE: Standard_D4plds_v5
3838
# At the time of writing, "eastus", "eastus2" and "westus2" were among the cheapest region for the VM type we're using.
3939
# For more information, see https://learn.microsoft.com/en-us/azure/virtual-machines/dplsv5-dpldsv5-series (which
4040
# unfortunately does not have more information about price by region)

0 commit comments

Comments
 (0)