1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-10 19:39:15 +00:00

fallback to ubuntu-20.04 for #370

This commit is contained in:
deadc0de6
2022-11-29 13:18:42 +01:00
parent 630a346c54
commit 3b38d45c39

View File

@@ -2,7 +2,7 @@ name: tests
on: [push, pull_request] on: [push, pull_request]
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-20.04
strategy: strategy:
matrix: matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]