From d3194a85afee69eb4691edba76069cd5f846c546 Mon Sep 17 00:00:00 2001 From: sechmachine <97589681+sechmachine727@users.noreply.github.com> Date: Thu, 30 Jul 2026 15:22:37 +0700 Subject: [PATCH] ci(gateway): use capacity-qualified runner --- .gitea/workflows/verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/verify.yml b/.gitea/workflows/verify.yml index 3ce7c83..616e93b 100644 --- a/.gitea/workflows/verify.yml +++ b/.gitea/workflows/verify.yml @@ -14,7 +14,7 @@ concurrency: jobs: gateway: - runs-on: ubuntu-latest + runs-on: ubuntu-latest-arm-on-mac timeout-minutes: 15 steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7