From 7a597599bc3d2189b0e2f4f12cc8ae2e628b3d15 Mon Sep 17 00:00:00 2001 From: Anghelo Carvajal Date: Thu, 1 Jan 2026 18:00:58 -0300 Subject: [PATCH] Fix macos x86 wheels `macos-13` is no longer a valid CI runner, so this PR changes it to `macos-15-intel` --- .github/workflows/maturin_upload_pypi.yml | 2 +- CHANGELOG.md | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maturin_upload_pypi.yml b/.github/workflows/maturin_upload_pypi.yml index b322394..a9f0587 100644 --- a/.github/workflows/maturin_upload_pypi.yml +++ b/.github/workflows/maturin_upload_pypi.yml @@ -141,7 +141,7 @@ jobs: strategy: matrix: platform: - - runner: macos-13 + - runner: macos-15-intel target: x86_64 - runner: macos-14 target: aarch64 diff --git a/CHANGELOG.md b/CHANGELOG.md index db45233..262d353 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.6.0] - 2025-10-11 +## [0.6.0] - 2026-12-01 ### Added @@ -23,6 +23,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Change the hard requirement of Python 3.9 to just Python 3 in the package metadata. - Note there's no official support for Python versions older than 3.8. +### Fixed + +- Since `macos-13` is no longer a valid CI runner, we now use `macos-15-intel` to build MacOS Python wheels. + ## [0.5.4] - 2024-12-15 ### Fixed @@ -118,7 +122,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - C bindings. [unreleased]: https://github.com/decompals/crunch64/compare/0.6.0...HEAD -[0.6.0]: https://github.com/decompals/crunch64/compare/0.5.3...0.6.0 +[0.6.0]: https://github.com/decompals/crunch64/compare/0.5.4...0.6.0 +[0.5.4]: https://github.com/decompals/crunch64/compare/0.5.3...0.5.4 [0.5.3]: https://github.com/decompals/crunch64/compare/0.5.2...0.5.3 [0.5.2]: https://github.com/decompals/crunch64/compare/0.5.1...0.5.2 [0.5.1]: https://github.com/decompals/crunch64/compare/0.5.0...0.5.1