Windows 2022 support for GitLab SaaS runners now available
… How to migrate to Windows 2022 To migrate to using Windows 2022, update the tag in your .gitlab-ci.yaml file to saas-windows-medium-amd64 as such: windows-2022 : stage : test tags : - saas-windows-medium-amd64 script : - echo "I'm running Windows 2022" The job execution will look like this: With th… …