From 2f5f878b50a995165c51777098a6e1df5660be17 Mon Sep 17 00:00:00 2001 From: neil Date: Tue, 27 Dec 2022 08:35:27 +0800 Subject: [PATCH] tmp skil self-hosting linux --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76a0b8c..e64831d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,8 +126,8 @@ jobs: name: linux+x86-64 - os: [self-hosted, macOS, ARM64] name: darwin+aarch64 - - os: [self-hosted, linux, ARM64] - name: linux+aarch64 + # - os: [self-hosted, linux, ARM64] + # name: linux+aarch64 container: ${{ matrix.platform.container }} steps: - uses: actions/checkout@v2