Skip to content

Commit c765222

Browse files
authored
Merge pull request #1477 from lukaszstolarczuk/sycl-build
[CI] Update sycl workflow - their nightly contains UMF v1.0.0 now
2 parents 047432a + b23d97f commit c765222

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/reusable_sycl.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ jobs:
1515
name: ${{matrix.llvm_tag}} llvm build
1616
runs-on: ["DSS-LEVEL_ZERO", "DSS-UBUNTU"]
1717

18-
# TODO: update to use the nightly tag with UMF v1.0.0
1918
strategy:
2019
matrix:
21-
llvm_tag: ["latest", "nightly-2025-07-18"] # "latest" or llvm with UMF v1.0.0-rc2
20+
llvm_tag: ["latest", "nightly-2025-07-31"] # "latest" or llvm with UMF v1.0.0
2221

2322
steps:
2423
# 1. Install sycl

0 commit comments

Comments
 (0)