CI tests fail because we pull the windows-latest image, then look for Visual Studio 2022 specifically.
Options:
- pin windows-2022 instead of windows-latest
- automatically select the latest Visual Studio version installed on the runner image, rather than hard-coding a choice
- test both the windows-2022 and windows-latest images in addition to implementing option 2
- option 3, but fail with an explanatory error when encountering a toolchain with a newer major version number
I'm having AI attempt option 4.
CI tests fail because we pull the windows-latest image, then look for Visual Studio 2022 specifically.
Options:
I'm having AI attempt option 4.