From 3498ed9a903bff7f9431e9b93e5e95bffadcc475 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Tue, 19 Oct 2021 12:28:44 -0400 Subject: [PATCH] Update GA tests-and-linters job to use latest ubuntu for tests --- .github/workflows/tests-and-linters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]