Skip to content

Commit

Permalink
ci: use macos-13 for x86_64 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl committed Jan 4, 2025
1 parent c77a164 commit df0b9e3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-13, windows-latest]
architecture: [x86-64, aarch64]
exclude:
- os: windows-latest
Expand Down
10 changes: 9 additions & 1 deletion python/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Version 0.1.1 (January 4th, 2025)
=================================

Maintenance
-----------

* Fix CI to produce wheels for x86_64 macOS.

Version 0.1.0 (January 4th, 2025)
---------------------------------
=================================

This is the initial release of the Python bindings for the ``mittagleffler``
Rust crate. It mainly provides a simple function to evaluate the Mittag-Leffler
Expand Down

0 comments on commit df0b9e3

Please sign in to comment.