CI: Update to Ubuntu 18.04

Follow OpenTitan's lead and move to Ubuntu 18.04 for the CI runner.
Ubuntu 16.04 comes with Python 3.5, which is EOL and causes more and
more issues.

Specificially, this update is triggered by rst2pdf not being installable
with pip's new dependency resolver (see also
https://github.com/rst2pdf/rst2pdf/issues/489#issuecomment-736652808).
This commit is contained in:
Philipp Wagner 2020-12-01 16:11:57 +00:00 committed by Philipp Wagner
parent 4735a2684c
commit c46685747d

View file

@ -30,7 +30,7 @@ jobs:
- job: lint_dv
displayName: Run quality checks (Lint and DV)
pool:
vmImage: "ubuntu-16.04"
vmImage: "ubuntu-18.04"
steps:
- bash: |
ci/install-build-deps.sh