Skip to content

Commit

Permalink
Set runners used in wheels workflow explicitly, to make sure to creat…
Browse files Browse the repository at this point in the history
…e the 64bit mac wheel now that macos-latest is becoming M1
  • Loading branch information
jobovy committed Apr 8, 2024
1 parent da2c616 commit d4b837e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
matrix:
# Following numpy's setup
buildplat:
- [ubuntu-latest, manylinux, x86_64]
- [macos-latest, macosx, x86_64]
- [ubuntu-22.04, manylinux, x86_64]
- [macos-12, macosx, x86_64]
- [macos-14, macosx, arm64]
- [windows-2019, win, amd64]
python: ["cp38", "cp39", "cp310", "cp311", "cp312"]
Expand Down

0 comments on commit d4b837e

Please sign in to comment.