summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorTom Stellard <tstellar@redhat.com>2023-01-27 11:06:18 -0800
committerTom Stellard <tstellar@redhat.com>2023-01-27 11:06:39 -0800
commit9f307a02bebf9029079f3d13c8b0ccd3b09c5241 (patch)
treeb06b53a19a05315ac3cf8c50cbe03617fb9ab5a7 /.github/workflows
parent1d02dd241816e3d5865e7d395ee7310167198b09 (diff)
downloadllvm-9f307a02bebf9029079f3d13c8b0ccd3b09c5241.tar.gz
workflows: Bump python version on Windows to try to fix lldb failure
Reviewed By: thieta Differential Revision: https://reviews.llvm.org/D142719
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/llvm-project-tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/llvm-project-tests.yml b/.github/workflows/llvm-project-tests.yml
index a32fe80ae11c..dc0283636b19 100644
--- a/.github/workflows/llvm-project-tests.yml
+++ b/.github/workflows/llvm-project-tests.yml
@@ -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,