Skip to content

Commit 9f307a0

Browse files
committed
workflows: Bump python version on Windows to try to fix lldb failure
Reviewed By: thieta Differential Revision: https://reviews.llvm.org/D142719
1 parent 1d02dd2 commit 9f307a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/llvm-project-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Setup Python
5454
uses: actions/setup-python@v4
5555
with:
56-
python-version: '3.10'
56+
python-version: '3.11'
5757
- name: Install Ninja
5858
uses: llvm/actions/install-ninja@main
5959
# actions/checkout deletes any existing files in the new git directory,

0 commit comments

Comments
 (0)