From 2cf3985a06bc467f2d40a0fd24c1ea7c1ca89216 Mon Sep 17 00:00:00 2001 From: Andrei Elovikov Date: Fri, 17 Jan 2025 16:23:01 -0800 Subject: [PATCH] [CI] Use updated nightly container in `sycl-linux-run-tests.yml` Built on top of https://github.com/intel/llvm/pull/16680. --- .github/workflows/sycl-linux-run-tests.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/sycl-linux-run-tests.yml b/.github/workflows/sycl-linux-run-tests.yml index 3e4066fdc1904..c648bbc5dbe4f 100644 --- a/.github/workflows/sycl-linux-run-tests.yml +++ b/.github/workflows/sycl-linux-run-tests.yml @@ -127,12 +127,9 @@ on: - '["cts-cpu"]' - '["Linux", "build"]' image: - description: | - Use option ending with ":build" for AMDGPU, ":latest" for the rest. type: choice options: - - 'ghcr.io/intel/llvm/sycl_ubuntu2204_nightly:latest' - - 'ghcr.io/intel/llvm/sycl_ubuntu2204_nightly:build' + - 'ghcr.io/intel/llvm/sycl_ubuntu2404_nightly:latest' image_options: description: | Use option with "--device=/dev/kfd" for AMDGPU, without it for the rest.