From c6be7f6881c5e555e127aa652178f0678b80c17d Mon Sep 17 00:00:00 2001 From: Kristian Sloth Lauszus Date: Mon, 9 Feb 2026 11:58:13 +0100 Subject: [PATCH] Compile wheels for Inten macOS and Windows ARM I added them to your other repo: https://github.com/eerimoq/pyheatshrink/pull/7, so thought I would add them here as well --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a31f74f..1f25131 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,8 +17,10 @@ jobs: - os: ubuntu-latest - os: ubuntu-24.04-arm architectures: auto armv7l - - os: macos-14 # Apple Silicon + - os: macos-15-intel + - os: macos-15 # arm64 - os: windows-latest + - os: windows-11-arm fail-fast: false steps: