diff --git a/.github/workflows/tests-and-linters.yml b/.github/workflows/tests-and-linters.yml index bd690c84..213fb543 100644 --- a/.github/workflows/tests-and-linters.yml +++ b/.github/workflows/tests-and-linters.yml @@ -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]