Skip to content

Commit

Permalink
use larger runner for fuzzer binary builder (#10067)
Browse files Browse the repository at this point in the history
This should fix eg.
https://github.com/near/nearcore/actions/runs/6723034524/job/18272218040,
that failed due, AFAICT, to out of disk space. Hopefully with this
bigger builder, we should not run out of disk space any longer. And rust
compilation is pretty well-parallelized anyway, so the cost should not
be significantly higher.
  • Loading branch information
Ekleog-NEAR authored Nov 2, 2023
2 parents 04f4b0c + d48278d commit 4f2a2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master_fuzzer_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build_fuzzers:
runs-on: "ubuntu-20.04"
runs-on: "ubuntu-22.04-16core"

permissions:
contents: "read"
Expand Down

0 comments on commit 4f2a2d6

Please sign in to comment.