Remove Ubuntu 16.04 from images

This commit is contained in:
Vladimir Safonkin
2021-10-12 16:10:31 +03:00
parent 42ff8b9a2a
commit 6b02f07da7
4 changed files with 3 additions and 27 deletions

View File

@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-16.04, ubuntu-18.04, ubuntu-20.04]
os: [macos-latest, windows-latest, ubuntu-18.04, ubuntu-20.04]
python: [3.5.4, 3.6.7, 3.7.5, 3.8.1]
steps:
- name: setup-python ${{ matrix.python }}