aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-03-03 10:10:39 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-03-03 10:10:39 +0100
commitf4dce9c0b87809f5eb899deeb97bde3d3d7e9076 (patch)
treea5c2760068a378a58a3a136bc5a051e0948fcdb8
parentworkflows/ci: drop Python 3.4-3.6 (diff)
downloadvk-scripts-f4dce9c0b87809f5eb899deeb97bde3d3d7e9076.tar.gz
vk-scripts-f4dce9c0b87809f5eb899deeb97bde3d3d7e9076.zip
workflows/ci: unpin runner image
-rw-r--r--.github/workflows/ci.yml3
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