Skip to content

Commit b1ad5f9

Browse files
authored
[CI] Use Ubuntu 22.04 for nightly CUDA AWS testing (#16490)
We use AWS machines for CUDA Nightly testing and the kernel driver AWS has installed is [too old](https://github.com/intel/llvm/actions/runs/12549000224/job/34989741902) for the CUDA version in the 24.04 image, so use 22.04. Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
1 parent 600069d commit b1ad5f9

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
@@ -157,7 +157,7 @@ jobs:
157157
with:
158158
name: CUDA E2E
159159
runner: '["aws_cuda-${{ github.run_id }}-${{ github.run_attempt }}"]'
160-
image: ghcr.io/intel/llvm/ubuntu2404_build:latest
160+
image: ghcr.io/intel/llvm/ubuntu2204_build:latest
161161
image_options: -u 1001 --gpus all --cap-add SYS_ADMIN --env NVIDIA_DISABLE_REQUIRE=1
162162
target_devices: ext_oneapi_cuda:gpu
163163
ref: ${{ github.sha }}

0 commit comments

Comments
 (0)