Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/sycl_linux_build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions devops/dependencies.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"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": {
Expand Down