Skip to content

Commit

Permalink
Build on mac-13 (latest intel Mac builder)
Browse files Browse the repository at this point in the history
We are running into trouble building Numpy on the ARM Mac
builders. This seems to be related to Numpy's openblas configuration;
older Numpy versions didn't easily build on ARM Mac.

Soon we will drop Py 3.8 / 3.9 and the problem should go away...
  • Loading branch information
ajjackson committed Jul 16, 2024
1 parent cd1dbbe commit e85ded5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_upload_pypi_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
build:
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
os: [windows-latest, macos-13, ubuntu-latest]
python-version: ['3.8', '3.9', '3.10', '3.11']
include:
- os: windows-latest
wheelname: win
- os: macos-latest
- os: macos-13
wheelname: macos
- os: ubuntu-latest
wheelname: manylinux
Expand Down

0 comments on commit e85ded5

Please sign in to comment.