diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index bcb60e9..6f1bdc1 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -28,7 +28,7 @@ jobs: - stable-2.10 - stable-2.11 - stable-2.12 - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: # ansible-test requires the collection to be in a directory in the form @@ -78,7 +78,7 @@ jobs: # https://docs.ansible.com/ansible/latest/dev_guide/testing_units.html units: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 name: Units (Ⓐ${{ matrix.ansible }}) strategy: # As soon as the first unit test fails, cancel the others to free up the CI queue @@ -142,7 +142,7 @@ jobs: # https://github.com/ansible-collections/community.zabbix/tree/master/.github/workflows # integration: -# runs-on: ubuntu-latest +# runs-on: ubuntu-20.04 # name: I (Ⓐ${{ matrix.ansible }}+py${{ matrix.python }}}) # strategy: # fail-fast: false