Run Postgres tests on 20.04

This commit is contained in:
Qstick 2022-08-12 23:32:58 -05:00
parent 20f709d22a
commit 57cb63fb18
1 changed files with 2 additions and 2 deletions

View File

@ -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