0
0
Fork 0
mirror of https://github.com/mumble-voip/mumble.git synced 2025-03-16 21:43:45 +00:00

CI(azure): Update to Ubuntu 20.04

This commit is contained in:
Robert Adam 2022-09-10 09:46:57 +02:00
parent 6d0cccc5ea
commit 611274ac20
2 changed files with 2 additions and 2 deletions
.ci/azure-pipelines

View file

@ -36,7 +36,7 @@ jobs:
workspace:
clean: all
pool:
vmImage: 'ubuntu-18.04'
vmImage: 'ubuntu-20.04'
steps:
- template: steps_linux.yml

View file

@ -34,7 +34,7 @@ jobs:
workspace:
clean: all
pool:
vmImage: 'ubuntu-18.04'
vmImage: 'ubuntu-20.04'
steps:
- template: steps_linux.yml