Skip to content

Commit a05dfea

Browse files
committed
ci: updating python to version 3.10.16
1 parent cf120bc commit a05dfea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fuzzing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Python
2222
uses: actions/[email protected]
2323
with:
24-
python-version: 3.9
24+
python-version: 3.10.16
2525

2626
- name: Install Build Dependencies
2727
run: |
@@ -103,4 +103,4 @@ jobs:
103103
at_index=$((($(date -u +%U) % ${#fuzzing_scripts[@]})))
104104
selected_script="${fuzzing_scripts[$at_index]}"
105105
echo "Selected script: $selected_script"
106-
timeout --preserve-status --signal=SIGINT 60m python $selected_script
106+
timeout --preserve-status --signal=SIGINT 60m python $selected_script

0 commit comments

Comments
 (0)