Skip to content

Commit 0ee83dc

Browse files
committed
stellar#4538: use next larger gh runner for verify-range due to out of disk space
1 parent 32bb6b9 commit 0ee83dc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/horizon.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -121,15 +121,11 @@ jobs:
121121

122122
verify-range:
123123
name: Test (and push) verify-range image
124-
runs-on: ubuntu-22.04
124+
runs-on: ubuntu-latest-4-cores
125125
env:
126126
STELLAR_CORE_VERSION: 21.3.1-2007.4ede19620.focal
127127
CAPTIVE_CORE_STORAGE_PATH: /tmp
128128
steps:
129-
- name: Free Disk Space (Ubuntu)
130-
uses: jlumbroso/free-disk-space@main
131-
with:
132-
tool-cache: true
133129
- uses: actions/checkout@v3
134130
with:
135131
# For pull requests, build and test the PR head not a merge of the PR with the destination.

0 commit comments

Comments
 (0)