aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar kwzrd <[email protected]>2020-03-08 23:06:56 +0100
committerGravatar kwzrd <[email protected]>2020-03-08 23:19:36 +0100
commitd1ec4341e9cc9f1f347e0482a12061b616b0dce4 (patch)
treeaafcc964f4701ef3ed376936223c005996684110
parentCI: bump Python to 3.8 (diff)
CI: bump Ubuntu image to 18.04
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 3011d3f4..687fdc1e 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -5,7 +5,7 @@ jobs:
displayName: 'Lint & Test'
pool:
- vmImage: 'Ubuntu 16.04'
+ vmImage: 'Ubuntu 18.04'
variables:
PIP_CACHE_DIR: ".cache/pip"