File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -275,8 +275,8 @@ jobs:
275275 sycl_cts_artifact : sycl_cts_bin_win
276276
277277 run-sycl-benchmarks :
278- needs : [linux_shared_build ]
279- if : ${{ always() && !cancelled() && needs.linux_shared_build .outputs.build_conclusion == 'success' }}
278+ needs : [ubuntu2204_build ]
279+ if : ${{ always() && !cancelled() && needs.ubuntu2204_build .outputs.build_conclusion == 'success' }}
280280 strategy :
281281 matrix :
282282 include :
@@ -298,9 +298,9 @@ jobs:
298298 benchmark_save_name : ${{ matrix.save_name }}
299299 benchmark_preset : ${{ matrix.preset }}
300300 repo_ref : ${{ matrix.ref }}
301- sycl_toolchain_artifact : sycl_linux_sprod_shared
302- sycl_toolchain_archive : ${{ needs.linux_shared_build .outputs.artifact_archive_name }}
303- sycl_toolchain_decompress_command : ${{ needs.linux_shared_build .outputs.artifact_decompress_command }}
301+ sycl_toolchain_artifact : sycl_linux_default
302+ sycl_toolchain_archive : ${{ needs.ubuntu2204_build .outputs.artifact_archive_name }}
303+ sycl_toolchain_decompress_command : ${{ needs.ubuntu2204_build .outputs.artifact_decompress_command }}
304304
305305 nightly_build_upload :
306306 name : Nightly Build Upload
You can’t perform that action at this time.
0 commit comments