From 97b0d250c1874131d3798d28e5561ebe50f8c513 Mon Sep 17 00:00:00 2001 From: "blacksmith-sh[bot]" <157653362+blacksmith-sh[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 06:17:23 +0000 Subject: [PATCH] Migrate workflows to Blacksmith --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ab75f7..8497bda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ concurrency: jobs: test: - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 steps: - name: ⬇️ Checkout repo uses: actions/checkout@v4 @@ -29,7 +29,7 @@ jobs: run: pnpm test release: - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 needs: test if: ${{ github.ref == 'refs/heads/main' }} permissions: @@ -55,7 +55,7 @@ jobs: LEFTHOOK: 0 preview: - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 needs: test if: ${{ startsWith(github.head_ref, 'feat') || startsWith(github.head_ref, 'fix') }} permissions: