diff --git a/.github/workflows/sycl-post-commit.yml b/.github/workflows/sycl-post-commit.yml index bd4dea471c8a9..3a9ae77f4da8e 100644 --- a/.github/workflows/sycl-post-commit.yml +++ b/.github/workflows/sycl-post-commit.yml @@ -143,7 +143,7 @@ jobs: uses: ./.github/workflows/sycl-windows-run-tests.yml with: name: Intel Battlemage Graphics with Level Zero - runner: '["Windows","bmg"]' + runner: '["Windows","nick_using"]' target_devices: "level_zero:gpu" toolchain_artifact_filename: ${{ needs.build-win.outputs.toolchain_artifact_filename }} cxx: icx diff --git a/.github/workflows/sycl-windows-precommit.yml b/.github/workflows/sycl-windows-precommit.yml index 4c747545df5bf..f250e780303bc 100644 --- a/.github/workflows/sycl-windows-precommit.yml +++ b/.github/workflows/sycl-windows-precommit.yml @@ -75,7 +75,7 @@ jobs: - name: Intel Arc Graphics with Level Zero runner: '["Windows","arc"]' - name: Intel Battlemage Graphics with Level Zero - runner: '["Windows","bmg"]' + runner: '["Windows","nick_using"]' uses: ./.github/workflows/sycl-windows-run-tests.yml with: name: ${{ matrix.name }} @@ -101,7 +101,7 @@ jobs: - name: New Offload Model / Intel Arc Graphics with Level Zero runner: '["Windows","arc"]' - name: New Offload Model / Intel Battlemage Graphics with Level Zero - runner: '["Windows","bmg"]' + runner: '["Windows","nick_using"]' uses: ./.github/workflows/sycl-windows-run-tests.yml with: name: ${{ matrix.name }}