diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c678c89..6b73e34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -169,10 +169,10 @@ jobs: include: - platform: linux/amd64 arch: amd64 - runner: blacksmith-4vcpu-ubuntu-2404 + runner: ubuntu-latest # Use GitHub's native AMD64 runners - platform: linux/arm64 arch: arm64 - runner: blacksmith-4vcpu-ubuntu-2404-arm + runner: blacksmith-4vcpu-ubuntu-2404-arm # Use Blacksmith ARM64 runners steps: - name: Checkout uses: actions/checkout@v4