diff options
| author | 2022-08-30 14:28:33 -0400 | |
|---|---|---|
| committer | 2022-08-30 14:33:26 -0400 | |
| commit | 118503f6e5fd4f0c17d89df57600ab17c9b42d52 (patch) | |
| tree | 54ae07ad8f5396e5ea83a7fe9f8a7a5becb61187 /.github | |
| parent | Merge pull request #8566 from german77/galaxy (diff) | |
| download | yuzu-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.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: | |||
| 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 |