From 0ee83dc46282aeaf1ffab37e66d3be5a76585f3f Mon Sep 17 00:00:00 2001 From: Shawn Reuland Date: Mon, 26 Aug 2024 22:18:33 -0700 Subject: [PATCH] #4538: use next larger gh runner for verify-range due to out of disk space --- .github/workflows/horizon.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/horizon.yml b/.github/workflows/horizon.yml index 0b77e4f75f..0a217f8be2 100644 --- a/.github/workflows/horizon.yml +++ b/.github/workflows/horizon.yml @@ -121,15 +121,11 @@ jobs: verify-range: name: Test (and push) verify-range image - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest-4-cores env: STELLAR_CORE_VERSION: 21.3.1-2007.4ede19620.focal CAPTIVE_CORE_STORAGE_PATH: /tmp steps: - - name: Free Disk Space (Ubuntu) - uses: jlumbroso/free-disk-space@main - with: - tool-cache: true - uses: actions/checkout@v3 with: # For pull requests, build and test the PR head not a merge of the PR with the destination.