mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-24 14:09:08 -04:00
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:
parent
4735a2684c
commit
c46685747d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue