Skip to content

Commit 62c86d7

Browse files
[CI] Try to make OCL CPU task work on Intel GEN12 runner in Nightly (#12608)
1 parent 5b3ba9f commit 62c86d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sycl-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: OCL CPU (Intel/GEN12)
5858
runner: '["Linux", "gen12"]'
5959
image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
60-
image_options: -u 1001
60+
image_options: -u 1001 --privileged --cap-add SYS_ADMIN
6161
target_devices: opencl:cpu
6262

6363
- name: OCL CPU (Intel/Arc)

0 commit comments

Comments
 (0)