From 467934b5f12b28b97c5f11e1a4328a136cd1088e Mon Sep 17 00:00:00 2001 From: HenryNguyen5 <6404866+HenryNguyen5@users.noreply.github.com> Date: Thu, 14 Sep 2023 13:11:34 -0400 Subject: [PATCH] Test giga runners --- .github/workflows/ci-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-core.yml b/.github/workflows/ci-core.yml index 456ca5f1b43..450aeaf15f6 100644 --- a/.github/workflows/ci-core.yml +++ b/.github/workflows/ci-core.yml @@ -60,7 +60,7 @@ jobs: matrix: cmd: ["go_core_tests", "go_core_race_tests"] name: Core Tests (${{ matrix.cmd }}) - runs-on: ubuntu20.04-32cores-128GB + runs-on: ubuntu20.04-64cores-256GB env: CL_DATABASE_URL: postgresql://postgres:postgres@localhost:5432/chainlink_test?sslmode=disable steps: