summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGravatar Morph2022-08-30 14:28:33 -0400
committerGravatar Morph2022-08-30 14:33:26 -0400
commit118503f6e5fd4f0c17d89df57600ab17c9b42d52 (patch)
tree54ae07ad8f5396e5ea83a7fe9f8a7a5becb61187 /.github
parentMerge pull request #8566 from german77/galaxy (diff)
downloadyuzu-118503f6e5fd4f0c17d89df57600ab17c9b42d52.tar.gz
yuzu-118503f6e5fd4f0c17d89df57600ab17c9b42d52.tar.xz
yuzu-118503f6e5fd4f0c17d89df57600ab17c9b42d52.zip
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.yml2
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:
71 build-msvc: 71 build-msvc:
72 name: 'test build (windows, msvc)' 72 name: 'test build (windows, msvc)'
73 needs: format 73 needs: format
74 runs-on: windows-2019 74 runs-on: windows-2022
75 steps: 75 steps:
76 - name: Set up cache 76 - name: Set up cache
77 uses: actions/cache@v3 77 uses: actions/cache@v3