diff --git a/.github/workflows/sycl_linux_build_and_test.yml b/.github/workflows/sycl_linux_build_and_test.yml index e9552328c79ba..687fa9dab5dfb 100644 --- a/.github/workflows/sycl_linux_build_and_test.yml +++ b/.github/workflows/sycl_linux_build_and_test.yml @@ -43,7 +43,7 @@ on: intel_drivers_image: type: string required: false - default: "ghcr.io/intel/llvm/ubuntu2004_intel_drivers:latest" + default: "ghcr.io/intel/llvm/ubuntu2004_intel_drivers:unstable" lts_config: type: string required: false diff --git a/devops/dependencies.json b/devops/dependencies.json index 9512f68eb56b4..5d5948940a900 100644 --- a/devops/dependencies.json +++ b/devops/dependencies.json @@ -1,15 +1,15 @@ { "linux": { "compute_runtime": { - "github_tag": "22.05.22297", - "version": "22.05.22297", - "url": "https://github.com/intel/compute-runtime/releases/tag/22.05.22297", + "github_tag": "22.09.22577", + "version": "22.09.22577", + "url": "https://github.com/intel/compute-runtime/releases/tag/22.09.22577", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" }, "igc": { - "github_tag": "igc-1.0.9933", - "version": "1.0.9933", - "url": "https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.9933", + "github_tag": "igc-1.0.10409", + "version": "1.0.10409", + "url": "https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.10409", "root": "{DEPS_ROOT}/opencl/runtime/linux/oclgpu" }, "cm": {