From 57cb63fb18a3adb988237a1112aad44485209ff1 Mon Sep 17 00:00:00 2001 From: Qstick Date: Fri, 12 Aug 2022 23:32:58 -0500 Subject: [PATCH] Run Postgres tests on 20.04 --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 86b0b7d37..2e1ebc218 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -549,7 +549,7 @@ stages: Radarr__Postgres__Password: 'radarr' pool: - vmImage: 'ubuntu-18.04' + vmImage: ${{ variables.linuxImage }} timeoutInMinutes: 10 @@ -687,7 +687,7 @@ stages: Radarr__Postgres__Password: 'radarr' pool: - vmImage: 'ubuntu-18.04' + vmImage: ${{ variables.linuxImage }} steps: - task: UseDotNet@2