From: Guillaume Abrioux Date: Mon, 16 Jan 2023 09:26:24 +0000 (+0100) Subject: tests: pin ubuntu 20.04 version in github action for pytest X-Git-Tag: v4.0.70.22~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fc202a7598bb59f2e3428c756301bf4b8bc0dc69;p=ceph-ansible.git 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 --- diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 20f1edba4..403ed8ea6 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -8,7 +8,7 @@ on: - 'tests/plugins/filter/**.py' jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 strategy: matrix: python-version: [2.7, 3.6]