Skip to content

Commit d7abd89

Browse files
committed
[CI] Test CI
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 64a1320 commit d7abd89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sycl-windows-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ permissions: read-all
5555
jobs:
5656
build:
5757
name: Build + LIT
58-
runs-on: [Windows, build]
58+
runs-on: [Windows, gen12-test]
5959
environment: WindowsCILock
6060
# TODO use cached checkout
6161
outputs:

.github/workflows/sycl-windows-precommit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ jobs:
5353
uses: ./.github/workflows/sycl-windows-run-tests.yml
5454
with:
5555
name: Intel GEN12 Graphics with Level Zero
56-
runner: '["Windows","gen12"]'
56+
runner: '["Windows","gen12-test"]'
5757
sycl_toolchain_archive: ${{ needs.build.outputs.artifact_archive_name }}
5858
extra_lit_opts: --param gpu-intel-gen12=True

0 commit comments

Comments
 (0)