diff options
author | Morph <[email protected]> | 2022-04-24 06:07:13 -0400 |
---|---|---|
committer | Morph <[email protected]> | 2022-04-24 23:36:59 -0400 |
commit | 1193f7c393170f93c93777fcaf776591023762bf (patch) | |
tree | 2503928444f29538a1a443df4e7301fb93722c33 /.ci/yuzu-patreon-step2.yml | |
parent | 693b2124172ff488f0beace0e56a54aca823f699 (diff) | |
download | yuzu-android-1193f7c393170f93c93777fcaf776591023762bf.tar.gz yuzu-android-1193f7c393170f93c93777fcaf776591023762bf.zip |
ci: Update vmImage to windows-2022
The windows-2022 image contains Visual Studio 2022.
Diffstat (limited to '.ci/yuzu-patreon-step2.yml')
-rw-r--r-- | .ci/yuzu-patreon-step2.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/yuzu-patreon-step2.yml b/.ci/yuzu-patreon-step2.yml index ad61ac74e..119123a63 100644 --- a/.ci/yuzu-patreon-step2.yml +++ b/.ci/yuzu-patreon-step2.yml @@ -12,7 +12,7 @@ stages: timeoutInMinutes: 120 displayName: 'windows-msvc' pool: - vmImage: windows-2019 + vmImage: windows-2022 steps: - template: ./templates/sync-source.yml parameters: |