Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Adam <dev@robert-adam.de>2022-09-10 14:46:37 +0300
committerGitHub <noreply@github.com>2022-09-10 14:46:37 +0300
commitdd55822180b50a2969ce8addc82757a4073a58bc (patch)
treee70565cdeb24f4dde8fe62880af16c45c511c8c8
parent6d0cccc5ea7139cdfa890202c333d3e1bad896b7 (diff)
parent611274ac209cd23eddc74b07bef01b57e917b68c (diff)
Merge PR #5873: CI(azure): Update to Ubuntu 20.04
-rw-r--r--.ci/azure-pipelines/main-pr.yml2
-rw-r--r--.ci/azure-pipelines/main.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.ci/azure-pipelines/main-pr.yml b/.ci/azure-pipelines/main-pr.yml
index 412a98577..1a2e273b8 100644
--- a/.ci/azure-pipelines/main-pr.yml
+++ b/.ci/azure-pipelines/main-pr.yml
@@ -36,7 +36,7 @@ jobs:
workspace:
clean: all
pool:
- vmImage: 'ubuntu-18.04'
+ vmImage: 'ubuntu-20.04'
steps:
- template: steps_linux.yml
diff --git a/.ci/azure-pipelines/main.yml b/.ci/azure-pipelines/main.yml
index ccc2fc720..ac50be939 100644
--- a/.ci/azure-pipelines/main.yml
+++ b/.ci/azure-pipelines/main.yml
@@ -34,7 +34,7 @@ jobs:
workspace:
clean: all
pool:
- vmImage: 'ubuntu-18.04'
+ vmImage: 'ubuntu-20.04'
steps:
- template: steps_linux.yml