Skip to content

Commit 1c4121c

Browse files
authored
[CI] Use oneAPI 2025.1.0 (#496)
1 parent 476fff0 commit 1c4121c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deps/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ oneAPI_Level_Zero_Headers_jll = "f4bc562b-d309-54f8-9efb-476e56f0410d"
1212
oneAPI_Support_Headers_jll = "24f86df5-245d-5634-a4cc-32433d9800b3"
1313

1414
[compat]
15-
oneAPI_Support_Headers_jll = "=2025.0.0"
15+
oneAPI_Support_Headers_jll = "=2025.1.0"

deps/build_local.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if !isfile(joinpath(conda_dir, "condarc-julia.yml"))
4545
touch(joinpath(conda_dir, "conda-meta", "history"))
4646
end
4747
Conda.add_channel("https://software.repos.intel.com/python/conda/", conda_dir)
48-
Conda.add(["dpcpp_linux-64=2025.0.0", "mkl-devel-dpcpp=2025.0.0"], conda_dir)
48+
Conda.add(["dpcpp_linux-64=2025.1.0", "mkl-devel-dpcpp=2025.1.0"], conda_dir)
4949

5050
Conda.list(conda_dir)
5151

0 commit comments

Comments
 (0)