diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index d3e6408121..bb0bb4d7c3 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -16,7 +16,7 @@ defaults: jobs: test: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 if: (github.event_name == 'pull_request' && github.event.pull_request.draft == false && github.repository == 'jamshale/aries-cloudagent-python') || (github.event_name != 'pull_request') steps: - name: checkout-acapy