Skip to content

Commit 69e84c0

Browse files
change container for UR
1 parent 77e6546 commit 69e84c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ur-precommit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ jobs:
9292
- name: OPENCL
9393
runner: UR_OPENCL
9494
platform: "OPENCL:Intel(R) OpenCL"
95-
docker_image: "ghcr.io/intel/llvm/ubuntu2204_build:latest"
95+
docker_image: "ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps"
9696
image_options: -u 1001 --device=/dev/dri --device=/dev/kfd --privileged --cap-add SYS_ADMIN
9797
other_adapter: NATIVE_CPU
9898
- name: NATIVE_CPU
9999
runner: UR_NATIVE_CPU
100-
docker_image: "ghcr.io/intel/llvm/ubuntu2204_build:latest"
100+
docker_image: "ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps"
101101
image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
102102

103103
# Extra native CPU jobs are here to force the loader to be used.

0 commit comments

Comments
 (0)