From 98afcf8c6482df656d6e4b33ffae122759da46f6 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sat, 18 Apr 2026 11:22:04 -0400 Subject: [PATCH] ci(ssh): enable local machines again Signed-off-by: Xe Iaso --- .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 36119712..6b7ebce8 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