From 7b9b8d53317bd0ea16d74665da9a6af598916cf4 Mon Sep 17 00:00:00 2001 From: Pedro Arruda Date: Thu, 25 Jul 2024 14:53:58 -0300 Subject: [PATCH] built macos wheel in wrong architecture --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 68159de..2311567 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -83,7 +83,7 @@ jobs: retention-days: 1 build-wheels-macos: - runs-on: ubuntu-latest + runs-on: macos-latest steps: - name: Check out repository code uses: actions/checkout@v4