[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 11:07:13 PST 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rG9f307a02bebf: workflows: Bump python version on Windows to try to fix lldb failure (authored by tstellar).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142719/new/
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.492851.patch
Type: text/x-patch
Size: 529 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230127/6d0206ee/attachment.bin>
More information about the llvm-commits
mailing list