diff --git a/.github/workflows/inductor-tests-reusable.yml b/.github/workflows/inductor-tests-reusable.yml index e929106652..6567fe4281 100644 --- a/.github/workflows/inductor-tests-reusable.yml +++ b/.github/workflows/inductor-tests-reusable.yml @@ -34,11 +34,11 @@ jobs: build: name: Test runs-on: - - ${{ inputs.runner_label || 'max1550' }} + - ${{ inputs.runner_label || 'rolling' }} timeout-minutes: 720 defaults: run: - shell: bash -noprofile --norc -eo pipefail -c "source /opt/intel/oneapi/setvars.sh > /dev/null; source {0}" + shell: bash -noprofile --norc -eo pipefail -c "source /opt/intel/oneapi/2025.0/oneapi-vars.sh > /dev/null; source {0}" steps: - name: Print inputs run: |