Skip to content

Commit

Permalink
update github build
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlend committed May 20, 2024
1 parent 7a5ee22 commit 900b548
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:
platform_id: manylinux_x86_64
manylinux_image: manylinux2014

# MacOS x86_64
# MacOS - latest is now arm64, no longer x86_64
- os: macos-latest
python: 310
platform_id: macosx_x86_64
platform_id: macosx_arm64
- os: macos-latest
python: 311
platform_id: macosx_x86_64
platform_id: macosx_arm64
steps:
- uses: actions/checkout@v3
- name: Set up Rust
Expand Down

0 comments on commit 900b548

Please sign in to comment.