Skip to content

Commit

Permalink
try to fix itnel05
Browse files Browse the repository at this point in the history
Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
  • Loading branch information
sarnex committed Dec 13, 2024
1 parent 4e8b647 commit 732d18b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sycl-post-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
uses: ./.github/workflows/sycl-windows-run-tests.yml
with:
name: Intel GEN12 Graphics with Level Zero
runner: '["Windows","gen12"]'
runner: '["Windows","build-test"]'
sycl_toolchain_archive: ${{ needs.build-win.outputs.artifact_archive_name }}
extra_lit_opts: --param gpu-intel-gen12=True
compiler: icx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sycl-windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ permissions: read-all
jobs:
build:
name: Build + LIT
runs-on: [Windows, build]
runs-on: [Windows, build-test]
environment: WindowsCILock
# TODO use cached checkout
outputs:
Expand Down

0 comments on commit 732d18b

Please sign in to comment.