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