From d6f903ca1fd46ffd4b1711af3ff769ea2a909a72 Mon Sep 17 00:00:00 2001 From: Ishan Jain <51803183+ishanjainn@users.noreply.github.com> Date: Tue, 29 Nov 2022 11:23:09 +0530 Subject: [PATCH] Update ci-test.yml --- .github/workflows/ci-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 44609d6..9b146ec 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -21,7 +21,7 @@ jobs: - stable-2.13 - stable-2.14 - devel - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: Check out code @@ -42,7 +42,7 @@ jobs: working-directory: ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}} integration: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 name: Integration (Ⓐ${{ matrix.ansible }}-py${{ matrix.python }}) strategy: fail-fast: true