Skip to content

Commit a0865f7

Browse files
committed
chore: run FuzzExtractArchive on a larger runner
Signed-off-by: egibs <20933572+egibs@users.noreply.github.com>
1 parent 401e9a9 commit a0865f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/fuzz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
fuzz:
9393
if: ${{ github.repository == 'chainguard-dev/malcontent' && needs.discover.outputs.targets != '[]' }}
9494
needs: discover
95-
runs-on: ubuntu-latest
95+
runs-on: ${{ matrix.target.test == 'FuzzExtractArchive' && 'ubuntu-latest-8-core' || 'ubuntu-latest' }}
9696
permissions:
9797
contents: read
9898
strategy:

0 commit comments

Comments
 (0)