From ca60c318d112e16766b7a873980432528a483de7 Mon Sep 17 00:00:00 2001 From: Alexandru Vasile Date: Thu, 29 Feb 2024 18:54:36 +0200 Subject: [PATCH] ci: Use 16 cores for light-client testing Signed-off-by: Alexandru Vasile --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 8d30c54a88..787d7ae656 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -366,7 +366,7 @@ jobs: light_client_long_running_tests: name: "Test (Light Client Long Running)" - runs-on: ubuntu-latest + runs-on: ubuntu-latest-16-cores needs: [clippy, wasm_clippy, check, wasm_check, docs] timeout-minutes: 60 steps: