From 63033748df8d0aebde60868f9718a303c89f48ac Mon Sep 17 00:00:00 2001 From: dancinlife Date: Fri, 26 Jun 2026 20:13:14 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20Blacksmith=20=EB=9F=AC=EB=84=88=20?= =?UTF-8?q?=ED=95=B4=EC=A0=9C=20=E2=86=92=20github-hosted=20macos-15=20(?= =?UTF-8?q?=EB=B9=84=EC=9A=A9=20=EA=B3=BC=EB=8B=A4,=20=EC=98=A4=EB=84=88?= =?UTF-8?q?=20=EC=A7=80=EC=8B=9C)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit blacksmith-6vcpu-macos-15 → macos-15(github-hosted arm64). Apple-Silicon 빌드 유지. 오너 명시 지시(비용과다)로 blacksmith-ci commons 오버라이드. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbf296e..bf43b73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,8 +31,8 @@ concurrency: jobs: build-test: - name: build + test (darwin-arm64, Blacksmith) - runs-on: blacksmith-6vcpu-macos-15 + name: build + test (darwin-arm64, github-hosted) + runs-on: macos-15 timeout-minutes: 25 steps: - uses: actions/checkout@v6