mirror of https://github.com/ceph/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 <gabrioux@redhat.com>pull/7368/head
parent
d464f82bad
commit
3d8c6c17e2
|
@ -10,7 +10,7 @@ on:
|
||||||
- 'tests/plugins/filter/**.py'
|
- 'tests/plugins/filter/**.py'
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-20.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [3.6, 3.7, 3.8]
|
python-version: [3.6, 3.7, 3.8]
|
||||||
|
|
Loading…
Reference in New Issue