diff options
author | bunnei <bunneidev@gmail.com> | 2021-10-01 16:23:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-01 16:23:15 -0700 |
commit | 36d45b4a7fc3a459b5da2a490a3f351145b6e660 (patch) | |
tree | 89336245daebddfa30cc233e417e543bfcf85c01 | |
parent | c3784b2a08c6419cb4242e1d38bafdd3aca32ce7 (diff) | |
parent | 6f1c6e6ba98e9ef2efee33b032c518d5df9f8c07 (diff) |
Merge pull request #7114 from ameerj/msvc-ubuntu-version
ci: Use latest ubuntu image for mainline/patreon step 1
-rw-r--r-- | .ci/yuzu-mainline-step1.yml | 3 | ||||
-rw-r--r-- | .ci/yuzu-patreon-step1.yml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/.ci/yuzu-mainline-step1.yml b/.ci/yuzu-mainline-step1.yml index 3fd33d75a..6b6acb5c6 100644 --- a/.ci/yuzu-mainline-step1.yml +++ b/.ci/yuzu-mainline-step1.yml @@ -1,6 +1,9 @@ trigger: - master +pool: + vmImage: 'ubuntu-latest' + stages: - stage: merge displayName: 'merge' diff --git a/.ci/yuzu-patreon-step1.yml b/.ci/yuzu-patreon-step1.yml index cf30397cd..c63d7a066 100644 --- a/.ci/yuzu-patreon-step1.yml +++ b/.ci/yuzu-patreon-step1.yml @@ -1,6 +1,9 @@ trigger: - master +pool: + vmImage: 'ubuntu-latest' + stages: - stage: merge displayName: 'merge' |