From 1a0841a03cea52744b37232c075496a5c73f7a4b Mon Sep 17 00:00:00 2001 From: hanzo-dev Date: Sat, 11 Jul 2026 00:23:39 -0700 Subject: [PATCH] ci: run linux jobs on hanzo-build-linux-amd64 ARC scale set (no GitHub-hosted builders) Claude-Session: https://claude.ai/code/session_01RFrWpXc1BsqfrFYMbyDusJ --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 888f3e58e..2008e05ef 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -82,7 +82,7 @@ jobs: manifest: needs: build - runs-on: ubuntu-latest + runs-on: hanzo-build-linux-amd64 permissions: contents: read packages: write