Skip to content

Commit ba380bc

Browse files
azure-arm-template: bump image SKU to win11-22h2
We were using the older win11-21h2 SKU. Let's use the newer SKU instead.
1 parent 200fdc9 commit ba380bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-self-hosted-runners/azure-arm-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
"imageReference": {
205205
"publisher": "microsoftwindowsdesktop",
206206
"offer": "windows11preview-arm64",
207-
"sku": "win11-21h2-ent",
207+
"sku": "win11-22h2-ent",
208208
"version": "latest"
209209
}
210210
},

0 commit comments

Comments
 (0)