From 9f3b157e6d7d6ee9816cd065b265e52db6ceaf07 Mon Sep 17 00:00:00 2001 From: "blacksmith-sh[bot]" <157653362+blacksmith-sh[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 14:52:21 +0000 Subject: [PATCH] Migrate workflows to Blacksmith --- .github/workflows/check-format.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-format.yml b/.github/workflows/check-format.yml index f1648c07..70c2eb61 100644 --- a/.github/workflows/check-format.yml +++ b/.github/workflows/check-format.yml @@ -14,7 +14,7 @@ concurrency: jobs: format: name: Prettier - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 steps: - uses: actions/checkout@v4 @@ -31,7 +31,7 @@ jobs: build: name: Build - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 steps: - uses: actions/checkout@v4