Skip to content

Commit bf8618f

Browse files
committed
Fix ubuntu latest and oom
1 parent 2c4fd8c commit bf8618f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cflite_batch.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions: read-all
1616

1717
jobs:
1818
luajit:
19-
runs-on: ubuntu-latest
19+
runs-on: ubuntu-20.04
2020
strategy:
2121
fail-fast: false
2222
matrix:
@@ -36,7 +36,6 @@ jobs:
3636
fuzz-seconds: 7200
3737
github-token: ${{ secrets.GITHUB_TOKEN }}
3838
minimize-crashes: true
39-
report-ooms: false
4039
mode: 'batch'
4140
output-sarif: true
4241
parallel-fuzzing: true

0 commit comments

Comments
 (0)