From 7d7e0ae6a77ff64cb3105b4d78d07750436158d6 Mon Sep 17 00:00:00 2001 From: Keith Williams Date: Tue, 21 May 2024 13:10:36 -0400 Subject: [PATCH] chore: Downgrade 8 vCPU actions to 4 (#15147) --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 7f4fa96004..80bcd2997b 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -42,7 +42,7 @@ jobs: e2e: timeout-minutes: 20 name: E2E tests (${{ matrix.shard }}/${{ strategy.job-total }}) - runs-on: buildjet-8vcpu-ubuntu-2204 + runs-on: buildjet-4vcpu-ubuntu-2204 services: postgres: image: postgres:13