diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index c73c3d4..5ed6235 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -107,12 +107,12 @@ stages: parameters: testFormat: devel/linux/{0}/1 targets: - - name: Fedora 39 py311 - test: fedora39@3.11 + - name: Fedora 39 + test: fedora39@default - name: Ubuntu 20.04 py310 test: ubuntu2004@3.10 - - name: Ubuntu 22.04 py39 - test: ubuntu2204@3.9 + - name: Ubuntu 22.04 + test: ubuntu2204@default - stage: Docker_2_17 displayName: Docker 2.17 dependsOn: []