From 168e48b69c4b7154eacc76dc0296d8475c96bf48 Mon Sep 17 00:00:00 2001 From: Michael Partheil Date: Tue, 12 Dec 2023 20:09:00 +0100 Subject: [PATCH] Publish wheels for Intel-based Macs (#52) --- .github/workflows/publish.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6c66ae7..72c9358 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -41,6 +41,15 @@ jobs: - os: macos-latest target: aarch64 python: "3.11" + - os: macos-latest + target: x64 + python: "3.9" + - os: macos-latest + target: x64 + python: "3.10" + - os: macos-latest + target: x64 + python: "3.11" runs-on: ${{ matrix.os }} steps: