ci: pin down Ubuntu versions (#8388)

For a couple weeks now there has been a warning on the Azure Pipelines
web UI that says `ubuntu-latest` is in the process of switching from
18.04 to 20.04. I am not aware of any specific issue this would cause
for our particular workflows, but I don't like my dependencies changing
from under me.

CHANGELOG_BEGIN
CHANGELOG_END
This commit is contained in:
Gary Verhaegen 2021-01-05 10:39:59 +01:00 committed by GitHub
parent 746b5f4774
commit f45a065c54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -276,7 +276,7 @@ jobs:
- job: compat_versions_pr_trigger_daily
dependsOn: compat_versions_pr
pool:
vmImage: "ubuntu-latest"
vmImage: "ubuntu-18.04"
variables:
branch: $[ dependencies.compat_versions_pr.outputs['out.branch'] ]
steps:

View File

@ -16,7 +16,7 @@ jobs:
- job: announce_rotation
timeoutInMinutes: 60
pool:
vmImage: ubuntu-latest
vmImage: ubuntu-18.04
steps:
- checkout: self
persistCredentials: true

View File

@ -16,7 +16,7 @@ jobs:
- job: open_release_pr
timeoutInMinutes: 60
pool:
vmImage: ubuntu-latest
vmImage: ubuntu-18.04
steps:
- checkout: self
persistCredentials: true