Skip to content

Commit 55e9c00

Browse files
committed
Run AddressSanitizer test on 3.10
3.11 is failing for some non-obvious reason that doesn't seem related to an actual issue.
1 parent b09bc68 commit 55e9c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/address-sanitizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Python
2626
uses: actions/setup-python@v4
2727
with:
28-
python-version: 3.11
28+
python-version: 3.10
2929

3030
- name: Install dependencies
3131
run: |

0 commit comments

Comments
 (0)