Skip to content

Commit 98afcf8

Browse files
committed
ci(ssh): enable local machines again
Signed-off-by: Xe Iaso <me@xeiaso.net>
1 parent 982394c commit 98afcf8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.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)