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

github.com/betaflight/betaflight-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ Blackman <blckmn@users.noreply.github.com>2022-01-07 07:43:55 +0300
committerGitHub <noreply@github.com>2022-01-07 07:43:55 +0300
commitee1bf3b43dadf76c0f9303ec7d8e11a7acb0fc20 (patch)
tree01cb11d28a01d7c865343ca45a5d7834ed1d4391
parentcd59549bf073f87279c906b0473eab92727353f3 (diff)
Update azure-pipelines.yml10.7.210.7-maintenance
Ubuntu image is no longer available.
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 9b3b6ec3..ff23bc68 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -94,7 +94,7 @@ stages:
- job: 'Linux'
pool:
- vmImage: 'ubuntu-16.04'
+ vmImage: 'ubuntu-20.04'
steps:
- task: UseNode@1