Skip to content

Commit 4561a40

Browse files
[CI][UR] Bump DPC++ version used in UR workflow (#20781)
1 parent a71a745 commit 4561a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ur-build-hw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
127127
- name: Download DPC++
128128
run: |
129-
wget -O dpcpp_compiler.tar.gz https://github.com/intel/llvm/releases/download/nightly-2024-12-12/sycl_linux.tar.gz
129+
wget -O dpcpp_compiler.tar.gz https://github.com/intel/llvm/releases/download/nightly-2025-11-28/sycl_linux.tar.gz
130130
mkdir -p dpcpp_compiler
131131
tar -xvf dpcpp_compiler.tar.gz -C dpcpp_compiler
132132

0 commit comments

Comments
 (0)