From 85af45715b813eccd526506df8a76687eee8076b Mon Sep 17 00:00:00 2001 From: neil Date: Thu, 5 Jan 2023 07:43:48 +0800 Subject: [PATCH] uncomment m1 --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1032482..6acf4ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,9 +127,10 @@ jobs: - os: ubuntu-latest name: linux+x86-64 id: linux - - os: [self-hosted, macOS, ARM64] - name: darwin+aarch64 - id: mac_m1 + # TODO: skip temp until new m1 arrives + # - os: [self-hosted, macOS, ARM64] + # name: darwin+aarch64 + # id: mac_m1 # - os: [self-hosted, linux, ARM64] # name: linux+aarch64 container: ${{ matrix.platform.container }}