diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index cf25b1c1..4ada48d3 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -18,7 +18,7 @@ concurrency: jobs: integration: name: Python ${{ matrix.python-version }} - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 timeout-minutes: 30 strategy: