aboutsummaryrefslogtreecommitdiff
path: root/.ci/yuzu-patreon-step2.yml
diff options
context:
space:
mode:
authorameerj <52414509+ameerj@users.noreply.github.com>2021-10-11 16:57:41 -0400
committerameerj <52414509+ameerj@users.noreply.github.com>2021-10-11 16:57:41 -0400
commit1ea303e2afb2eeeda7926e0bf68cc226ffb82924 (patch)
tree3c631753b3a5aac763dc01618495cad11dec2e6f /.ci/yuzu-patreon-step2.yml
parent97452b95588ef9eb75453a5333e8a4d7471c8328 (diff)
ci: Use ubuntu-latest vmImage where applicable
Not specifying the vmImage defaults to ubuntu-16.04, which will be deprecated soon and is experiencing brownouts.
Diffstat (limited to '.ci/yuzu-patreon-step2.yml')
-rw-r--r--.ci/yuzu-patreon-step2.yml2
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