uncomment m1

This commit is contained in:
neil 2023-01-05 07:43:48 +08:00
parent 5245f43c4e
commit 85af45715b

View file

@ -127,9 +127,10 @@ jobs:
- os: ubuntu-latest - os: ubuntu-latest
name: linux+x86-64 name: linux+x86-64
id: linux id: linux
- os: [self-hosted, macOS, ARM64] # TODO: skip temp until new m1 arrives
name: darwin+aarch64 # - os: [self-hosted, macOS, ARM64]
id: mac_m1 # name: darwin+aarch64
# id: mac_m1
# - os: [self-hosted, linux, ARM64] # - os: [self-hosted, linux, ARM64]
# name: linux+aarch64 # name: linux+aarch64
container: ${{ matrix.platform.container }} container: ${{ matrix.platform.container }}