From fe114936ed22ae983fa8e851151b7e6bcf157e39 Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Mon, 10 Jun 2024 07:54:26 -0700 Subject: [PATCH] [CI] Test runner Signed-off-by: Sarnie, Nick --- .github/workflows/sycl-linux-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sycl-linux-build.yml b/.github/workflows/sycl-linux-build.yml index 62c2eaa28bf1c..889ed75e441e2 100644 --- a/.github/workflows/sycl-linux-build.yml +++ b/.github/workflows/sycl-linux-build.yml @@ -108,7 +108,7 @@ permissions: read-all jobs: build: name: Build + LIT - runs-on: [Linux, build] + runs-on: [Linux, build-test] container: image: ${{ inputs.build_image }} options: -u 1001:1001