Skip to content

Commit 7c461f1

Browse files
Use Python 3.12 to run OS LLVM workflow
1 parent 2be4989 commit 7c461f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/os-llvm-sycl-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- name: Setup Python
101101
uses: actions/setup-python@v5
102102
with:
103-
python-version: '3.11'
103+
python-version: '3.12'
104104
architecture: x64
105105

106106
- name: Install dpctl dependencies

0 commit comments

Comments
 (0)