From 12d8eb6ce388c7987a8e592ff6de4ca4c293336d Mon Sep 17 00:00:00 2001 From: neil Date: Fri, 6 Jan 2023 07:27:53 +0800 Subject: [PATCH] test linux arm only --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 411dd17..4f9be8a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,9 +125,9 @@ jobs: # name: darwin+x86-64 # id: mac_latest # TODO: blocked by gtk packages - - os: ubuntu-latest - name: linux+x86-64 - id: linux + # - os: ubuntu-latest + # name: linux+x86-64 + # id: linux # - os: [self-hosted, macOS, ARM64] # name: darwin+aarch64 # id: mac_m1