go back to ubuntu20.04 as runner

This commit is contained in:
Tobias Wellnitz, DH1TW 2023-12-23 01:21:50 +01:00
parent d8b96c765b
commit aff5840c8c

View file

@ -4,7 +4,7 @@ on: [push, pull_request]
jobs:
test_linux:
runs-on: "ubuntu-22.04"
runs-on: "ubuntu-20.04"
name: "Ubuntu latest - Python ${{ matrix.python-version }}"
env:
USING_COVERAGE: '3.11'