From 8198264e580c369ee11ad5e4c44d4a39d3e0c4b8 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Tue, 6 Dec 2022 18:00:58 +0100 Subject: [PATCH] Update images and versions in CI --- azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2afd06747..f46f2d8c2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -37,7 +37,7 @@ jobs: matrix: # Test on one OS per python 3.6/3.7/3.8/3.9 to speed up CI Python36Linux: - imageName: 'ubuntu-latest' + imageName: 'ubuntu-20.04' python.version: '3.6' Python37Windows: imageName: 'windows-latest' @@ -59,13 +59,13 @@ jobs: python.version: '3.10' Python311Linux: imageName: 'ubuntu-latest' - python.version: '3.11.0-rc.2' + python.version: '3.11' Python311Windows: imageName: 'windows-latest' - python.version: '3.11.0-rc.2' + python.version: '3.11' Python311Mac: imageName: 'macos-latest' - python.version: '3.11.0-rc.2' + python.version: '3.11' maxParallel: 4 pool: vmImage: $(imageName)