From 392cbfd26f9d88fcfd3ce0d7f29054fe503a3791 Mon Sep 17 00:00:00 2001 From: Alessandro Candido Date: Tue, 26 Mar 2024 23:20:54 +0400 Subject: [PATCH] Temporary ignore macos arm --- .github/workflows/cli-wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cli-wheels.yml b/.github/workflows/cli-wheels.yml index 1bc45908..eff8e3ee 100644 --- a/.github/workflows/cli-wheels.yml +++ b/.github/workflows/cli-wheels.yml @@ -45,8 +45,8 @@ jobs: include: - os: macos-13 target: x86_64 - - os: macos-14 - target: aarch64 + # - os: macos-14 + # target: aarch64 steps: - uses: actions/checkout@v4