diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-03 10:10:39 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-03 10:10:39 +0100 |
commit | f4dce9c0b87809f5eb899deeb97bde3d3d7e9076 (patch) | |
tree | a5c2760068a378a58a3a136bc5a051e0948fcdb8 /.github/workflows/ci.yml | |
parent | workflows/ci: drop Python 3.4-3.6 (diff) | |
download | vk-scripts-f4dce9c0b87809f5eb899deeb97bde3d3d7e9076.tar.gz vk-scripts-f4dce9c0b87809f5eb899deeb97bde3d3d7e9076.zip |
workflows/ci: unpin runner image
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 1 insertions, 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 |