Skip to content

Commit 59003a9

Browse files
committed
Self hosted runners: update image from 22h2 to 23h2
Version 23h2 was released on October 31st, 2023. Let's update to it, so that the runners benefit from the latest improvements to Windows 11 ARM64. Signed-off-by: Dennis Ameling <[email protected]>
1 parent 6b7959e commit 59003a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ env:
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)
4141
AZURE_VM_REGION: westus2
42-
AZURE_VM_IMAGE: win11-22h2-ent
42+
AZURE_VM_IMAGE: win11-23h2-ent
4343

4444
# The following secrets are required for this workflow to run:
4545
# AZURE_CREDENTIALS - Credentials for the Azure CLI. It's recommended to set up a resource

0 commit comments

Comments
 (0)