From 5aa8402fa75a347c89cd5abb4fc0362055ee0edc Mon Sep 17 00:00:00 2001 From: shademe Date: Thu, 8 Dec 2022 10:41:20 +0100 Subject: [PATCH] Revert "Switch ubuntu-latest to ubuntu-20.04 in main tests (#11928)" This reverts commit 77c0fd7b176be80e8438fa21440a85d1fe26e39b. --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b45c3df2e..3499042cb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -41,7 +41,7 @@ jobs: matrix: # We're only running one platform per Python version to speed up builds Python36Linux: - imageName: "ubuntu-20.04" + imageName: "ubuntu-latest" python.version: "3.6" # Python36Windows: # imageName: "windows-latest" @@ -50,7 +50,7 @@ jobs: # imageName: "macos-latest" # python.version: "3.6" # Python37Linux: - # imageName: "ubuntu-20.04" + # imageName: "ubuntu-latest" # python.version: "3.7" Python37Windows: imageName: "windows-latest"