From fa26ee71ff54c3c55ac5f4ac44d6a0af4ce35a2f Mon Sep 17 00:00:00 2001 From: Maxim Nazarenko Date: Wed, 24 Jun 2026 15:42:13 -0700 Subject: [PATCH] Update macOS target versions --- .github/workflows/release.yml | 4 ++-- CHANGES.md | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b0fd8ef3..289b0527 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,10 +72,10 @@ jobs: matrix: include: # See https://cibuildwheel.readthedocs.io/en/stable/options/#build-skip for more details. - - os: macos-13 # macos-13 is the last non-large x86-based runner. Need to look into cross-compiling. + - os: macos-26-intel arch: x86_64 cibw_arch: "x86_64" - - os: macos-14 # https://github.com/actions/runner-images?tab=readme-ov-file#available-images + - os: macos-latest arch: arm64 cibw_arch: "arm64" - os: windows-latest diff --git a/CHANGES.md b/CHANGES.md index 39d74d8d..d47912f3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,6 @@ +### (unreleased) +* Update macOS target versions + ### 0.14.3 (2026-06-24) * Unshallow ion-c submodule (#438)