From f4dce9c0b87809f5eb899deeb97bde3d3d7e9076 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 3 Mar 2023 10:10:39 +0100 Subject: workflows/ci: unpin runner image --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42f1d02..27164ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,8 +22,7 @@ jobs: python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] # Random number to prevent exceeding the request frequency limit. max-parallel: 3 - # 3.4 is not available on Focal. - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest name: 'Python ${{ matrix.python-version }}' steps: - name: Checkout -- cgit v1.2.3