summaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
authorGravatar Morph2022-04-24 06:07:13 -0400
committerGravatar Morph2022-04-24 23:36:59 -0400
commit1193f7c393170f93c93777fcaf776591023762bf (patch)
tree2503928444f29538a1a443df4e7301fb93722c33 /.ci
parentMerge pull request #8255 from Morph1984/libressl (diff)
downloadyuzu-1193f7c393170f93c93777fcaf776591023762bf.tar.gz
yuzu-1193f7c393170f93c93777fcaf776591023762bf.tar.xz
yuzu-1193f7c393170f93c93777fcaf776591023762bf.zip
ci: Update vmImage to windows-2022
The windows-2022 image contains Visual Studio 2022.
Diffstat (limited to '.ci')
-rw-r--r--.ci/yuzu-mainline-step2.yml2
-rw-r--r--.ci/yuzu-patreon-step2.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.ci/yuzu-mainline-step2.yml b/.ci/yuzu-mainline-step2.yml
index 91e21a126..b37eab6cd 100644
--- a/.ci/yuzu-mainline-step2.yml
+++ b/.ci/yuzu-mainline-step2.yml
@@ -47,7 +47,7 @@ stages:
47 timeoutInMinutes: 120 47 timeoutInMinutes: 120
48 displayName: 'msvc' 48 displayName: 'msvc'
49 pool: 49 pool:
50 vmImage: windows-2019 50 vmImage: windows-2022
51 steps: 51 steps:
52 - template: ./templates/sync-source.yml 52 - template: ./templates/sync-source.yml
53 parameters: 53 parameters:
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:
12 timeoutInMinutes: 120 12 timeoutInMinutes: 120
13 displayName: 'windows-msvc' 13 displayName: 'windows-msvc'
14 pool: 14 pool:
15 vmImage: windows-2019 15 vmImage: windows-2022
16 steps: 16 steps:
17 - template: ./templates/sync-source.yml 17 - template: ./templates/sync-source.yml
18 parameters: 18 parameters: