Skip to content

Commit 8b00178

Browse files
committed
Update oneTBB version to version currently used in compiler dependencies
1 parent e62637c commit 8b00178

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
DOWNLOAD_URL_PREFIX: https://github.com/intel/llvm/releases/download
1717
DRIVER_PATH: 2025-WW13
1818
OCLCPUEXP_FN: oclcpuexp-2025.19.3.0.17_230222_rel.tar.gz
19-
TBB_URL: https://github.com/oneapi-src/oneTBB/releases/download/v2021.12.0/
20-
TBB_INSTALL_DIR: oneapi-tbb-2021.12.0
21-
TBB_FN: oneapi-tbb-2021.12.0-lin.tgz
19+
TBB_URL: https://github.com/oneapi-src/oneTBB/releases/download/v2022.1.0/
20+
TBB_INSTALL_DIR: oneapi-tbb-2022.1.0
21+
TBB_FN: oneapi-tbb-2022.1.0-lin.tgz
2222

2323
steps:
2424
- name: Cancel Previous Runs

0 commit comments

Comments
 (0)