From 629fe6bb2ab6291d26f439f8e4143484e7384b37 Mon Sep 17 00:00:00 2001 From: Vincent Janvid <69356202+Vince-janv@users.noreply.github.com> Date: Mon, 20 May 2024 14:12:19 +0200 Subject: [PATCH] feat(Github action) Make Pytest use 8-core runner (#3242)(patch) ## Description Changes the pytest github action runner to an 8-core one ### Changed - pytest action runs on 8-core machins --- .github/workflows/tests_and_coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests_and_coverage.yml b/.github/workflows/tests_and_coverage.yml index cf9e77110f..2b009111c9 100644 --- a/.github/workflows/tests_and_coverage.yml +++ b/.github/workflows/tests_and_coverage.yml @@ -8,7 +8,7 @@ on: jobs: tests-coverage: - runs-on: Beefy_Linux + runs-on: 8_core_linux steps: - name: Checkout Repository