Remove ubuntu-latest unit test runner from GitHub Actions

This removes Ubuntu CPython 3.8 - 3.11 unit test coverage
This commit is contained in:
Jean-Paul Calderone 2023-03-14 08:28:26 -04:00
parent 727d10af93
commit 7e12449129

View File

@ -46,7 +46,6 @@ jobs:
matrix:
os:
- windows-latest
- ubuntu-latest
python-version:
- "3.8"
- "3.9"