diff --git a/.github/workflows/sycl-post-commit.yml b/.github/workflows/sycl-post-commit.yml index 518294c591d3f..f072fef4c9f5e 100644 --- a/.github/workflows/sycl-post-commit.yml +++ b/.github/workflows/sycl-post-commit.yml @@ -32,7 +32,7 @@ jobs: build_artifact_suffix: sprod_shared build_configure_extra_args: --shared-libs --no-assertions --hip --cuda --native_cpu --cmake-opt="-DSYCL_ENABLE_STACK_PRINTING=ON" --cmake-opt="-DSYCL_LIB_WITH_DEBUG_SYMBOL=ON" # Docker image has last nightly pre-installed and added to the PATH - build_image: "ghcr.io/intel/llvm/sycl_ubuntu2204_nightly:build" + build_image: "ghcr.io/intel/llvm/sycl_ubuntu2204_nightly:build-ecc812d9fd78b92974162f15b040c6c165cc944e" cc: clang cxx: clang++ merge_ref: ''