git-for-windows / git-for-windows-automation

A few GitHub workflows and support code to help with Git for Windows' day-to-day tasks
10 stars 9 forks source link

azure-arm-template: bump image SKU to win11-22h2 #20

Closed dennisameling closed 1 year ago

dennisameling commented 1 year ago

We were using the older win11-21h2 SKU. Let's use the newer SKU instead.

dennisameling commented 1 year ago

Let's test if a VM can be created successfully with this SKU: https://github.com/git-for-windows/git-for-windows-automation/actions/runs/3918716475

dscho commented 1 year ago

Let's test if a VM can be created successfully with this SKU: https://github.com/git-for-windows/git-for-windows-automation/actions/runs/3918716475

Good idea. Could you ensure that it gets deleted afterwards?

dennisameling commented 1 year ago

Could you ensure that it gets deleted afterwards?

Will do!

dennisameling commented 1 year ago

✅ Creation of the VM worked ✅ Test run of mingw-64-curl used the VM correctly (I made a typo in the package name though, but the fact that it's using the runner is enough proof for now) ✅ Deletion of the VM was kicked off automatically and worked