From 97df41a0814ba47d68eb29317503b8bd2c5ec413 Mon Sep 17 00:00:00 2001 From: waleed Date: Mon, 10 Nov 2025 18:52:10 -0800 Subject: [PATCH] improvement(ci): migrate to blacksmith runners --- .github/workflows/ci.yml | 2 +- .github/workflows/images.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5262ef8212..007563d026 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,7 +112,7 @@ jobs: build-ghcr-arm64: name: Build ARM64 (GHCR Only) needs: test-build - runs-on: linux-arm64-8-core + runs-on: blacksmith-8vcpu-ubuntu-2404-arm if: github.event_name == 'push' && github.ref == 'refs/heads/main' permissions: contents: read diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml index ff6344c78a..365539ca9f 100644 --- a/.github/workflows/images.yml +++ b/.github/workflows/images.yml @@ -100,7 +100,7 @@ jobs: build-ghcr-arm64: name: Build ARM64 (GHCR Only) - runs-on: linux-arm64-8-core + runs-on: blacksmith-8vcpu-ubuntu-2404-arm if: github.ref == 'refs/heads/main' strategy: fail-fast: false