From 3a6e3681791618e578b9a7d1b57406e56d529b59 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sat, 18 Apr 2026 11:30:32 -0400 Subject: [PATCH] Revert "ci(ssh): enable local machines again" This reverts commit 98afcf8c6482df656d6e4b33ffae122759da46f6. --- .github/workflows/ssh-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ssh-ci.yml b/.github/workflows/ssh-ci.yml index 6b7ebce8..36119712 100644 --- a/.github/workflows/ssh-ci.yml +++ b/.github/workflows/ssh-ci.yml @@ -12,15 +12,15 @@ permissions: jobs: ssh: if: github.repository == 'TecharoHQ/anubis' - runs-on: alrest-techarohq - #runs-on: ubuntu-latest + #runs-on: alrest-techarohq + runs-on: ubuntu-latest strategy: matrix: host: - riscv64 - ppc64le - - aarch64-4k - - aarch64-16k + #- aarch64-4k + #- aarch64-16k steps: - name: Checkout code uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2