Skip to content

Commit

Permalink
ci: Add aarch64 macOS wheel builds
Browse files Browse the repository at this point in the history
* Add macos-14 runners for auto64 archs.
* Add libtool to brew install list.
  • Loading branch information
matthewfeickert committed Sep 16, 2024
1 parent 65f9cc9 commit 700458b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fail-fast: false
matrix:
python: [38, 39, 310, 311, 312]
os: [ubuntu-latest, macos-13]
os: [ubuntu-latest, macos-13, macos-14]
arch: [auto64]
include:
- python: 38
Expand Down Expand Up @@ -62,8 +62,7 @@ jobs:
- name: Install compiler tools on macOS
if: runner.os == 'macOS'
run: |
brew install make automake swig mpfr boost
export PATH="/usr/local/opt/make/libexec/gnubin:$PATH"
brew install make automake swig mpfr boost libtool
- name: Clone gmp
if: runner.os == 'macOS'
Expand Down

0 comments on commit 700458b

Please sign in to comment.