Skip to content

Commit e0c26bf

Browse files
authored
Merge pull request #446 from light-curve/ci-macos-13
CI: macos 12->13 runner
2 parents b94a591 + c23a341 commit e0c26bf

File tree

3 files changed

+102
-52
lines changed

3 files changed

+102
-52
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
# * For Linux we support ARM64, PPC64le, and x86_64
4242
# * We build wheels for CPython only, one per platform, compatible with ABI3.8
4343
# * We skip PPC64le MUSL Linux, because there is no Rust toolchain for it
44-
# * macos-12 runner is x86_64, macos-14 runner is arm64
44+
# * macos-13 runner is x86_64, macos-14 runner is arm64
4545
include:
4646
# CPython 3.8
47-
- os: macos-12
47+
- os: macos-13
4848
cibw_build: cp38-macosx_x86_64
4949
- os: macos-14
5050
cibw_build: cp38-macosx_arm64

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
- Bump `pyO3` to 0.22
1717
- Bump `rust-numpy` to 0.22, should potentially bring a better `numpy` v2 support
18+
- macOS x86\_64 binary wheel now requires macOS 13 instead of 12 https://github.com/light-curve/light-curve-python/issues/437 https://github.com/light-curve/light-curve-python/pull/446
1819

1920
### Deprecated
2021

0 commit comments

Comments
 (0)