We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98afcf8 commit 3a6e368Copy full SHA for 3a6e368
1 file changed
.github/workflows/ssh-ci.yml
@@ -12,15 +12,15 @@ permissions:
12
jobs:
13
ssh:
14
if: github.repository == 'TecharoHQ/anubis'
15
- runs-on: alrest-techarohq
16
- #runs-on: ubuntu-latest
+ #runs-on: alrest-techarohq
+ runs-on: ubuntu-latest
17
strategy:
18
matrix:
19
host:
20
- riscv64
21
- ppc64le
22
- - aarch64-4k
23
- - aarch64-16k
+ #- aarch64-4k
+ #- aarch64-16k
24
steps:
25
- name: Checkout code
26
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
0 commit comments