Skip to content

Commit 2868bda

Browse files
ariel-anielirjarry
authored andcommitted
ci: use ubuntu-latest for Python matrix
Lowest Python version is 3.9, and is available on ubuntu-latest Link: https://launchpad.net/ubuntu/oracular/+source/python-aiohttp/+builds Signed-off-by: Ariel Otilibili <[email protected]>
1 parent 59b0ce2 commit 2868bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- run: make check-commits
3737

3838
test:
39-
runs-on: ubuntu-20.04
39+
runs-on: ubuntu-latest
4040
strategy:
4141
matrix:
4242
include:

0 commit comments

Comments
 (0)