Skip to content

Commit 3a6e368

Browse files
committed
Revert "ci(ssh): enable local machines again"
This reverts commit 98afcf8.
1 parent 98afcf8 commit 3a6e368

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ssh-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ permissions:
1212
jobs:
1313
ssh:
1414
if: github.repository == 'TecharoHQ/anubis'
15-
runs-on: alrest-techarohq
16-
#runs-on: ubuntu-latest
15+
#runs-on: alrest-techarohq
16+
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
1919
host:
2020
- riscv64
2121
- ppc64le
22-
- aarch64-4k
23-
- aarch64-16k
22+
#- aarch64-4k
23+
#- aarch64-16k
2424
steps:
2525
- name: Checkout code
2626
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)