]> 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 7374/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 16 Jan 2023 09:26:24 +0000 (10:26 +0100)
committerTeoman ONAY <tonay@ibm.com>
Fri, 20 Jan 2023 14:10:59 +0000 (15:10 +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 20f1edba416c45eb7b5ad2db4aa7a7564ba992da..403ed8ea6faa42c7fe9088f117cf073f83280858 100644 (file)
@@ -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]