From 6390165a1ff6705d5cbaa68d6555db0b244da59e Mon Sep 17 00:00:00 2001 From: "blacksmith-sh[bot]" <157653362+blacksmith-sh[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 00:18:47 +0000 Subject: [PATCH] Migrate workflows to Blacksmith --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6b53d13..2cf2026 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,7 +13,7 @@ on: jobs: lint: - runs-on: macos-15 + runs-on: blacksmith-6vcpu-macos-latest steps: - uses: actions/checkout@v4 @@ -25,7 +25,7 @@ jobs: run: swiftlint --strict build: - runs-on: macos-15 + runs-on: blacksmith-6vcpu-macos-latest needs: lint steps: