diff options
Diffstat (limited to '.ci/yuzu-patreon-step1.yml')
-rw-r--r-- | .ci/yuzu-patreon-step1.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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' |