From fa4bfb447ee4c7840276ca14aaf82357fe79d648 Mon Sep 17 00:00:00 2001 From: Dongbo Wang Date: Mon, 11 Oct 2021 13:43:42 -0700 Subject: [PATCH] Use Ubuntu 20.04 for SSH remoting test (#16225) --- .vsts-ci/sshremoting-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vsts-ci/sshremoting-tests.yml b/.vsts-ci/sshremoting-tests.yml index 016f3bfdd..46af221f8 100644 --- a/.vsts-ci/sshremoting-tests.yml +++ b/.vsts-ci/sshremoting-tests.yml @@ -34,6 +34,8 @@ resources: clean: true jobs: - job: SSHRemotingTests + pool: + vmImage: ubuntu-20.04 container: mcr.microsoft.com/powershell/test-deps:ubuntu-18.04 displayName: SSH Remoting Tests