From 6fb96dd53d4ed1657020810da9a0088caf910ca8 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 15 Jun 2021 20:26:50 +0300 Subject: workflows/test: use ubuntu-latest --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 55df4ef..9beb9af 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: python-version: [3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.x] - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest name: 'Python ${{ matrix.python-version }}' env: PIP_DISABLE_PIP_VERSION_CHECK: 1 -- cgit v1.2.3