.github: use ubuntu-18.04 on the CI

The VRF support has been dropped on the last update of ubuntu-latest on
github actions. In order to support VRF tests, Nmstate will use
ubuntu-18.04 on its CI.

Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
This commit is contained in:
Fernando Fernandez Mancera 2021-03-29 14:22:48 +02:00 committed by Fernando Fernández Mancera
parent f7d296f847
commit c4e66f37c3

View File

@ -9,7 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
strategy:
fail-fast: false
matrix:
@ -34,7 +34,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt update
sudo apt install git gnupg2 openssh-client tox xz-utils
sudo apt install git gnupg2 openssh-client python-tox xz-utils
- name: Start docker service
run: sudo service docker start