diff --git a/.github/workflows/benchmarks-integration-tests.yml b/.github/workflows/benchmarks-integration-tests.yml index 28b8e1e1e20a..90ba5b790efd 100644 --- a/.github/workflows/benchmarks-integration-tests.yml +++ b/.github/workflows/benchmarks-integration-tests.yml @@ -99,7 +99,7 @@ jobs: shell: bash -ex {0} run: | if [[ "${{ join(steps.*.outputs.*) }}" == "" ]]; then - echo "machine=default" | tee -a "${GITHUB_OUTPUT}" + echo "machine=eravm" | tee -a "${GITHUB_OUTPUT}" fi # Benchmarks workflow call from the era-compiler-ci repository