diff --git a/.github/workflows/sycl_linux_build_and_test.yml b/.github/workflows/sycl_linux_build_and_test.yml index a87e35ac106ce..ceeb0ced6bc77 100644 --- a/.github/workflows/sycl_linux_build_and_test.yml +++ b/.github/workflows/sycl_linux_build_and_test.yml @@ -262,7 +262,7 @@ jobs: name: OCL x64 Test Suite needs: [build, configure] if: ${{ contains(fromJSON(needs.configure.outputs.params).lts_config, 'ocl_x64') }} - runs-on: ${{ fromJSON(needs.configure.outputs.params).gen9_runs_on }} + runs-on: x64 container: image: ${{ fromJSON(needs.configure.outputs.params).intel_drivers_image }} options: -u 1001