diff options
author | 2020-03-08 23:06:56 +0100 | |
---|---|---|
committer | 2020-03-08 23:19:36 +0100 | |
commit | d1ec4341e9cc9f1f347e0482a12061b616b0dce4 (patch) | |
tree | aafcc964f4701ef3ed376936223c005996684110 | |
parent | CI: bump Python to 3.8 (diff) |
CI: bump Ubuntu image to 18.04
-rw-r--r-- | azure-pipelines.yml | 2 |
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" |