[PATCH] D142719: workflows: Bump python version on Windows to try to fix lldb failure

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 27 06:34:23 PST 2023


tstellar created this revision.
tstellar added a reviewer: thieta.
Herald added a project: All.
tstellar requested review of this revision.
Herald added a project: LLVM.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D142719

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


Index: .github/workflows/llvm-project-tests.yml
===================================================================
--- .github/workflows/llvm-project-tests.yml
+++ .github/workflows/llvm-project-tests.yml
@@ -53,7 +53,7 @@
       - name: Setup Python
         uses: actions/setup-python at v4
         with:
-          python-version: '3.10'
+          python-version: '3.11'
       - name: Install Ninja
         uses: llvm/actions/install-ninja at main
       # actions/checkout deletes any existing files in the new git directory,


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142719.492738.patch
Type: text/x-patch
Size: 529 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230127/9ce87c0c/attachment.bin>


More information about the llvm-commits mailing list