Skip to content

Commit

Permalink
#4538: use next larger gh runner for verify-range due to out of disk …
Browse files Browse the repository at this point in the history
…space
  • Loading branch information
sreuland committed Aug 27, 2024
1 parent 32bb6b9 commit 0ee83dc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/horizon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0ee83dc

Please sign in to comment.