From 08a51623dffbcb19f47bc9c76987e40025ac7f88 Mon Sep 17 00:00:00 2001 From: Nesopie <87437291+Nesopie@users.noreply.github.com> Date: Mon, 10 Feb 2025 18:53:53 +0530 Subject: [PATCH] chore: use large runners (#54) --- .github/workflows/artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 4d452f45a..74b0396e2 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -13,7 +13,7 @@ on: - "circuits/circuits/**" jobs: build: - runs-on: ubuntu-22.04 + runs-on: ubuntu-22.04-large steps: - name: Checkout Repository