Skip to content

Commit

Permalink
Build for MacOS x86 on macos-13 runner
Browse files Browse the repository at this point in the history
The latest runner for MacOS is running on arm64 architecture. The
cibuildwheel cross compiling for x86 fails, so we build these wheels on
the latest MacOS runner that runs on x86 (macos-13).
  • Loading branch information
sveinung-r committed Jul 31, 2024
1 parent 40a52b8 commit 46e56da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
arch: aarch64
- os: ubuntu-20.04
arch: i686
- os: macos-latest
# macos-latest runs on arm64 architecture and cibuildwheel cross
# compiling for x86_64 fails
- os: macos-13
arch: x86_64
- os: macos-latest
arch: arm64
Expand Down

0 comments on commit 46e56da

Please sign in to comment.