andreasbuhr / cppcoro

A library of C++ coroutine abstractions for the coroutines TS
MIT License
364 stars 53 forks source link

Fix CI for Microsoft Visual Studio 2019 #45

Closed andreasbuhr closed 2 years ago

andreasbuhr commented 2 years ago

The CI was using the image "windows-latest" to test with MSVC 2019. However, windows-latest changed to MSVC 2022, so the CI failed. This patch changes these configurations from windows-latest to windows-2019.