From 1193f7c393170f93c93777fcaf776591023762bf Mon Sep 17 00:00:00 2001 From: Morph <39850852+Morph1984@users.noreply.github.com> Date: Sun, 24 Apr 2022 06:07:13 -0400 Subject: ci: Update vmImage to windows-2022 The windows-2022 image contains Visual Studio 2022. --- .ci/yuzu-patreon-step2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.ci/yuzu-patreon-step2.yml') 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: -- cgit v1.2.3