mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2025-12-06 06:52:00 +01:00
go back to ubuntu20.04 as runner
This commit is contained in:
parent
d8b96c765b
commit
aff5840c8c
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -4,7 +4,7 @@ on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test_linux:
|
test_linux:
|
||||||
runs-on: "ubuntu-22.04"
|
runs-on: "ubuntu-20.04"
|
||||||
name: "Ubuntu latest - Python ${{ matrix.python-version }}"
|
name: "Ubuntu latest - Python ${{ matrix.python-version }}"
|
||||||
env:
|
env:
|
||||||
USING_COVERAGE: '3.11'
|
USING_COVERAGE: '3.11'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue