From acd34873e5748c614cfb96d4ad462585120297f5 Mon Sep 17 00:00:00 2001 From: Adam Hamrick Date: Thu, 29 Feb 2024 18:41:52 -0500 Subject: [PATCH] Lower runner for mod cache (#12253) --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 812c10535b2..2b1b5e9f83d 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -689,7 +689,7 @@ jobs: eth-smoke-go-mod-cache: environment: integration needs: [eth-smoke-tests] - runs-on: ubuntu20.04-16cores-64GB + runs-on: ubuntu-latest name: ETH Smoke Tests Go Mod Cache continue-on-error: true steps: