We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf120bc commit a05dfeaCopy full SHA for a05dfea
.github/workflows/fuzzing.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Set up Python
22
uses: actions/[email protected]
23
with:
24
- python-version: 3.9
+ python-version: 3.10.16
25
26
- name: Install Build Dependencies
27
run: |
@@ -103,4 +103,4 @@ jobs:
103
at_index=$((($(date -u +%U) % ${#fuzzing_scripts[@]})))
104
selected_script="${fuzzing_scripts[$at_index]}"
105
echo "Selected script: $selected_script"
106
- timeout --preserve-status --signal=SIGINT 60m python $selected_script
+ timeout --preserve-status --signal=SIGINT 60m python $selected_script
0 commit comments