diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2022-08-30 14:28:33 -0400 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2022-08-30 14:33:26 -0400 |
commit | 118503f6e5fd4f0c17d89df57600ab17c9b42d52 (patch) | |
tree | 54ae07ad8f5396e5ea83a7fe9f8a7a5becb61187 /.github | |
parent | d1ef4b2b8604c65f6cdc9a1727ed05b634b95fb1 (diff) |
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.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/verify.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 9a973ee0c..733a52764 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -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 |