From 1ea303e2afb2eeeda7926e0bf68cc226ffb82924 Mon Sep 17 00:00:00 2001 From: ameerj <52414509+ameerj@users.noreply.github.com> Date: Mon, 11 Oct 2021 16:57:41 -0400 Subject: 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. --- .ci/yuzu-mainline-step2.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.ci/yuzu-mainline-step2.yml') diff --git a/.ci/yuzu-mainline-step2.yml b/.ci/yuzu-mainline-step2.yml index 3159ce3ed..91e21a126 100644 --- a/.ci/yuzu-mainline-step2.yml +++ b/.ci/yuzu-mainline-step2.yml @@ -66,5 +66,7 @@ stages: jobs: - job: github displayName: 'github' + pool: + vmImage: ubuntu-latest steps: - template: ./templates/release-github.yml -- cgit v1.2.3