CI: fixed test runner on Ubuntu 20.04

This commit is contained in:
Tobias Wellnitz, DH1TW 2022-12-06 01:31:30 +01:00
parent 4e8c90da1d
commit bfbd0776bb

View file

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