diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-08-12 21:57:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-12 21:57:00 +0800 |
commit | 8155837cde99d7d532071a2a56d95485ffb79292 (patch) | |
tree | dfabed12c300cfe891e2ebc46ff07bf41cd8fd8c /azure-pipelines.yml | |
parent | 1a7b33942b69a60178134c5e1c6f76d0875694d2 (diff) | |
download | Nim-8155837cde99d7d532071a2a56d95485ffb79292.tar.gz |
CI upgrade to ubuntu-20.04 (#20182)
* CI upgrade to ubuntu-20.04 The ubuntu-18.04 environment is deprecated, consider switching to ubuntu-20.04(ubuntu-latest), or ubuntu-22.04 instead. For more details see https://github.com/actions/virtual-environments/issues/6002 * Update azure-pipelines.yml
Diffstat (limited to 'azure-pipelines.yml')
-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 a2f755296..bfc58d072 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: Linux_amd64: - vmImage: 'ubuntu-18.04' + vmImage: 'ubuntu-20.04' CPU: amd64 # regularly breaks, refs bug #17325 Linux_i386: |