diff --git a/.github/workflows/full-integration-test.yml b/.github/workflows/full-integration-test.yml index f912b90..7ce6977 100644 --- a/.github/workflows/full-integration-test.yml +++ b/.github/workflows/full-integration-test.yml @@ -10,7 +10,7 @@ env: jobs: integration: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 name: ${{ matrix.ansible }}-py${{ matrix.python }} strategy: fail-fast: true @@ -59,4 +59,4 @@ jobs: - name: Run integration test run: ansible-test integration -v --color --retry-on-error --continue-on-error --diff --python ${{ matrix.python }} --docker --coverage - working-directory: ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}} \ No newline at end of file + working-directory: ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}}