From 21875b22b81567ceed8e4cb6c335d12383f5ba23 Mon Sep 17 00:00:00 2001 From: Anton Baliasnikov Date: Mon, 16 Sep 2024 11:05:05 +0100 Subject: [PATCH] ci: always use target machine with integration tests and benchmarks --- .github/workflows/benchmarks-integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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