workflows: Bump python version on Windows to try to fix lldb failure
authorTom Stellard <tstellar@redhat.com>
Fri, 27 Jan 2023 19:06:18 +0000 (11:06 -0800)
committerTom Stellard <tstellar@redhat.com>
Fri, 27 Jan 2023 19:06:39 +0000 (11:06 -0800)
Reviewed By: thieta

Differential Revision: https://reviews.llvm.org/D142719

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

index a32fe80ae11ccabcf221e8513a589ab77af12e83..dc0283636b19ee9dfefb799b1a1365cdd055da48 100644 (file)
@@ -53,7 +53,7 @@ jobs:
       - name: Setup Python
         uses: actions/setup-python@v4
         with:
-          python-version: '3.10'
+          python-version: '3.11'
       - name: Install Ninja
         uses: llvm/actions/install-ninja@main
       # actions/checkout deletes any existing files in the new git directory,