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:
lantz
2021-10-14 17:09:34 -07:00
committed by GitHub
parent 9edbb3b4a3
commit 71d3e58d8c
+1 -1
View File
@@ -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