ci: Enable building with Visual Studio 2022 (again)

Since the following https://developercommunity.visualstudio.com/t/Type-alias-lookup-failure-within-paramet/10039150 compiler bug has been fixed, we can finally build with VS 2022 again.
This commit is contained in:
Morph 2022-08-30 14:28:33 -04:00
parent d1ef4b2b86
commit 118503f6e5
4 changed files with 4 additions and 4 deletions

View file

@ -71,7 +71,7 @@ jobs:
build-msvc:
name: 'test build (windows, msvc)'
needs: format
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Set up cache
uses: actions/cache@v3