Skip to content

Commit

Permalink
Build macos x86_64 wheels with macos-13 Github Actions runner
Browse files Browse the repository at this point in the history
  • Loading branch information
bpuchala committed Dec 10, 2024
1 parent a5fa567 commit f6efd8b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
name: dist_linux
path: ./wheelhouse/*.whl

build_wheels_macos12_x86_64:
name: Build x86_64 wheels on macos-12
runs-on: macos-12
build_wheels_macos13_x86_64:
name: Build x86_64 wheels on macos-13
runs-on: macos-13

steps:
- uses: actions/checkout@v4
Expand All @@ -38,7 +38,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: dist_macos12_x86_64
name: dist_macos13_x86_64
path: ./wheelhouse/*.whl

build_wheels_macos14_arm64:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Added `Lattice.voronoi_table`, `Lattice.voronoi_number`, and `Lattice.voronoi_inner_radius`.

### Changed

- Build macos x86_64 wheels with macos-13 Github Actions runner


## [2.0a11] - 2024-08-09

Expand Down

0 comments on commit f6efd8b

Please sign in to comment.