tests: pin ubuntu 20.04 version in github action for pytest

3.6 has reached EOL and is no longer supported in newer ubuntu releases.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
pull/7368/head
Guillaume Abrioux 2023-01-16 10:26:24 +01:00 committed by Guillaume Abrioux
parent d464f82bad
commit 3d8c6c17e2
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ on:
- 'tests/plugins/filter/**.py'
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]