Skip to content

Commit

Permalink
#430: increased gh runner type to larger profile for soroban rpc buil…
Browse files Browse the repository at this point in the history
…d, preflight processing was running out of memory on 'ubuntu-latest'
  • Loading branch information
sreuland committed Feb 27, 2023
1 parent fb2eff3 commit 0ca5d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
path: /tmp/image

build-stellar-soroban-rpc:
runs-on: ubuntu-latest
runs-on: ${{ inputs.core_build_runner_type }}
steps:
- id: cache
uses: actions/cache@v3
Expand Down

0 comments on commit 0ca5d14

Please sign in to comment.