Remove ubuntu-16.04 from run-tests.yaml (#1091)
GitHub seems to have pulled the plug on 16.04 VMs for Actions, and this is breaking our integration. Ideally we should come up with another test method for 16.04 (notably the 16.04 kernel) as well as other distros that Actions doesn't support directly such as Debian.
This commit is contained in:
@@ -9,7 +9,7 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-20.04, ubuntu-18.04, ubuntu-16.04]
|
os: [ubuntu-20.04, ubuntu-18.04]
|
||||||
python-version: [3.x, 2.x]
|
python-version: [3.x, 2.x]
|
||||||
steps:
|
steps:
|
||||||
- name: Check out Mininet source
|
- name: Check out Mininet source
|
||||||
|
|||||||
Reference in New Issue
Block a user