Skip to content

Commit cc4a900

Browse files
authored
Merge pull request #588 from light-curve/copilot/switch-to-macos-15-runners
Switch CI from macOS 13 to macOS 15 runners
2 parents c5ba089 + 178db2f commit cc4a900

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040
# We use the same order as in the table
4141
# * For Windows we support amd64 only
4242
# * For Linux we support ARM64 and x86_64
43-
# * For macOS we support x86_64 (macos-13 runner) and ARM64 (macos-14 runner)
43+
# * For macOS we support x86_64 (macos-15-intel runner) and ARM64 (macos-14 runner)
4444
# * We build wheels for CPython only, one per platform, compatible with ABI3.9
4545
include:
4646
# CPython 3.9
47-
- os: macos-13
47+
- os: macos-15-intel
4848
cibw_build: cp39-macosx_x86_64
4949
- os: macos-14
5050
cibw_build: cp39-macosx_arm64

CHANGELOG.md

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

1616
- Bump `pyO3` and `rust-numpy` to 0.26.0: introduce Python build 3.14/3.14t support https://github.com/light-curve/light-curve-python/pull/553
17+
- **Breaking** macOS x86\_64 binary wheel now requires macOS 15 instead of 13 https://github.com/light-curve/light-curve-python/issues/587
1718

1819
### Deprecated
1920

light-curve/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ CPython 3 versions.
3232

3333
| Arch \ OS | Linux glibc 2.17+ | Linux musl 1.2+ | macOS | Windows https://github.com/light-curve/light-curve-python/issues/186 |
3434
|-------------|-------------------|--------------------------------|-----------------------|----------------------------------------------------------------------|
35-
| **x86-64** | PyPI (MKL), conda | PyPI (MKL) | PyPI macOS 13+, conda | PyPI, conda (both no Ceres, no GSL) |
35+
| **x86-64** | PyPI (MKL), conda | PyPI (MKL) | PyPI macOS 15+, conda | PyPI, conda (both no Ceres, no GSL) |
3636
| **i686** | src | src || not tested |
3737
| **aarch64** | PyPI | PyPI | PyPI macOS 14+, conda | not tested |
3838
| **ppc64le** | src | not tested (no Rust toolchain) |||

0 commit comments

Comments
 (0)