From 30bc3b9e0d953d2e1faf52a7b9f142ceda20a944 Mon Sep 17 00:00:00 2001 From: Mikhail Tavarez Date: Sat, 21 Dec 2024 15:12:26 -0600 Subject: [PATCH] remove macos build for now because it times out in CI --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c850462..8f2490f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: matrix: include: - { target: linux-64, os: ubuntu-latest } - - { target: osx-arm64, os: macos-14 } + # - { target: osx-arm64, os: macos-14 } fail-fast: false runs-on: ${{ matrix.os }}