summaryrefslogtreecommitdiff
path: root/.github/workflows/verify.yml
diff options
context:
space:
mode:
authorGravatar Mai2022-09-03 15:46:49 -0400
committerGravatar GitHub2022-09-03 15:46:49 -0400
commitb1a18355fb0eef2ebc4f248a71156c67bf797f33 (patch)
tree5484040689cf43b730884d853e4ac767aed50f06 /.github/workflows/verify.yml
parentMerge pull request #8854 from Docteh/scroll (diff)
parentci: Enable building with Visual Studio 2022 (again) (diff)
downloadyuzu-b1a18355fb0eef2ebc4f248a71156c67bf797f33.tar.gz
yuzu-b1a18355fb0eef2ebc4f248a71156c67bf797f33.tar.xz
yuzu-b1a18355fb0eef2ebc4f248a71156c67bf797f33.zip
Merge pull request #8833 from Morph1984/vs2022-again
ci: Enable building with Visual Studio 2022 (again)
Diffstat (limited to '.github/workflows/verify.yml')
-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