]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: pin ubuntu 20.04 version in github action for pytest
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 16 Jan 2023 09:26:24 +0000 (10:26 +0100)
committerGuillaume Abrioux <gabrioux@ibm.com>
Mon, 16 Jan 2023 09:30:33 +0000 (10:30 +0100)
3.6 has reached EOL and is no longer supported in newer ubuntu releases.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
.github/workflows/pytest.yml

index 91e9f4ccb672bde595aac06171275f0e4c72d597..9527a536d0583cb64ec529e45593ef37e32c36f0 100644 (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]