From b567039a3ee62b9fc2f5df92f09c02fcf5d6363e Mon Sep 17 00:00:00 2001 From: Mark Suckerberg Date: Tue, 5 Dec 2023 17:49:19 -0600 Subject: [PATCH] downgrades to ubuntu 20.04 for integration tests --- .github/workflows/run_integration_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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