Skip to content

Commit

Permalink
Use Intel-based macos runners for building x86-64 wheels.
Browse files Browse the repository at this point in the history
  • Loading branch information
tskisner committed Aug 23, 2024
1 parent 59f0ea2 commit 731e146
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ jobs:
manylinux_image: manylinux2014

# MacOS x86_64
- os: macos-latest
- os: macos-13
python: 39
platform_id: macosx_x86_64
- os: macos-latest
- os: macos-13
python: 310
platform_id: macosx_x86_64
- os: macos-latest
- os: macos-13
python: 311
platform_id: macosx_x86_64

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
manylinux_image: manylinux2014

# MacOS x86_64
- os: macos-latest
- os: macos-13
python: 39
platform_id: macosx_x86_64
- os: macos-latest
- os: macos-13
python: 310
platform_id: macosx_x86_64
- os: macos-latest
- os: macos-13
python: 311
platform_id: macosx_x86_64

Expand Down

0 comments on commit 731e146

Please sign in to comment.