From ad821699caffd3f9998199b1d71341b43f8f1a72 Mon Sep 17 00:00:00 2001 From: Florent Poinsard Date: Mon, 27 May 2024 16:01:19 -0600 Subject: [PATCH] Use 64 cores runners Signed-off-by: Florent Poinsard --- .github/workflows/vtop_example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vtop_example.yml b/.github/workflows/vtop_example.yml index dcdb8f2cdab..d7deb2d89da 100644 --- a/.github/workflows/vtop_example.yml +++ b/.github/workflows/vtop_example.yml @@ -7,7 +7,7 @@ concurrency: jobs: build: name: VTop Example - runs-on: gh-hosted-runners-16cores-1 + runs-on: gh-hosted-runners-64cores-1 steps: - name: Skip CI