diff --git a/.github/workflows/run_integration_tests.yml b/.github/workflows/run_integration_tests.yml index 4a3fb5e490fc..bb71141e4363 100644 --- a/.github/workflows/run_integration_tests.yml +++ b/.github/workflows/run_integration_tests.yml @@ -12,7 +12,7 @@ on: type: string jobs: run_integration_tests: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 services: mysql: image: mysql:latest