diff options
Diffstat (limited to '.ci/yuzu-patreon-step2.yml')
-rw-r--r-- | .ci/yuzu-patreon-step2.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.ci/yuzu-patreon-step2.yml b/.ci/yuzu-patreon-step2.yml index 3f338e2a0..ad61ac74e 100644 --- a/.ci/yuzu-patreon-step2.yml +++ b/.ci/yuzu-patreon-step2.yml @@ -29,5 +29,7 @@ stages: jobs: - job: release displayName: 'source' + pool: + vmImage: 'ubuntu-latest' steps: - template: ./templates/release-private-tag.yml |