From bdbc9860707349e51b1ef4462951ac1f8b45731b Mon Sep 17 00:00:00 2001 From: neil Date: Tue, 27 Dec 2022 07:40:51 +0800 Subject: [PATCH] test macos-11 only --- .github/workflows/ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db79839..76fd0f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -122,15 +122,15 @@ jobs: platform: - os: macos-11 name: darwin+x86-64 - - os: ubuntu-latest - name: linux+x86-64 - container: - image: debian:buster-slim - options: --memory=24g - - os: [self-hosted, macOS, ARM64] - name: darwin+aarch64 - - os: [self-hosted, linux, ARM64] - name: linux+aarch64 + # - os: ubuntu-latest + # name: linux+x86-64 + # container: + # image: debian:buster-slim + # options: --memory=24g + # - os: [self-hosted, macOS, ARM64] + # name: darwin+aarch64 + # - os: [self-hosted, linux, ARM64] + # name: linux+aarch64 container: ${{ matrix.platform.container }} runs-on: ${{ matrix.platform }} steps: