From 829e0fc149957b3bf0fc0f4a89bb2e676e584f84 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Wed, 5 Feb 2025 16:37:58 +0100 Subject: [PATCH] feat: build macos arm wheels (#387) --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9106211..071789f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -162,8 +162,11 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-24.04-arm, ubuntu-latest] + os: [ubuntu-24.04-arm, ubuntu-latest, macos-latest] musl: ["", "musllinux"] + exclude: + - os: macos-latest + musl: "musllinux" steps: - uses: actions/checkout@v4 with: