Add .gitea/workflows/*.yaml

This commit is contained in:
2025-10-17 21:02:57 -07:00
parent 3f964846f8
commit c57f058e99

View File

@@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-22.04, ubuntu-24.04]
os: [ubuntu-20.04, ubuntu-22.04]
python-version: ['3.12']
runs-on: ${{ matrix.os }}
steps: