diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2022-04-24 12:07:13 +0200 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2022-04-25 05:36:59 +0200 |
commit | 1193f7c393170f93c93777fcaf776591023762bf (patch) | |
tree | 2503928444f29538a1a443df4e7301fb93722c33 /.ci | |
parent | Merge pull request #8255 from Morph1984/libressl (diff) | |
download | yuzu-1193f7c393170f93c93777fcaf776591023762bf.tar yuzu-1193f7c393170f93c93777fcaf776591023762bf.tar.gz yuzu-1193f7c393170f93c93777fcaf776591023762bf.tar.bz2 yuzu-1193f7c393170f93c93777fcaf776591023762bf.tar.lz yuzu-1193f7c393170f93c93777fcaf776591023762bf.tar.xz yuzu-1193f7c393170f93c93777fcaf776591023762bf.tar.zst yuzu-1193f7c393170f93c93777fcaf776591023762bf.zip |
Diffstat (limited to '.ci')
-rw-r--r-- | .ci/yuzu-mainline-step2.yml | 2 | ||||
-rw-r--r-- | .ci/yuzu-patreon-step2.yml | 2 |
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: timeoutInMinutes: 120 displayName: 'msvc' pool: - vmImage: windows-2019 + vmImage: windows-2022 steps: - template: ./templates/sync-source.yml 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: timeoutInMinutes: 120 displayName: 'windows-msvc' pool: - vmImage: windows-2019 + vmImage: windows-2022 steps: - template: ./templates/sync-source.yml parameters: |