Update GA tests-and-linters job to use latest ubuntu for tests

This commit is contained in:
Roman Mogylatov 2021-10-19 12:28:44 -04:00
parent fccda3b2f8
commit 3498ed9a90

View File

@ -6,7 +6,7 @@ jobs:
test-on-different-versions:
name: Run tests
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10", pypy2, pypy3]