Skip to content

Commit

Permalink
ci: fix macos matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
nightwnvol committed Mar 12, 2024
1 parent a8c1b44 commit 2df691e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ jobs:
build_macos_wheels:
strategy:
matrix:
py:
- [cp38, cp39, cp310, cp311]
py: [cp38, cp39, cp310, cp311]
arch:
- [x86_64, macosx_x86_64, 10.9, macos-11]
- [arm64, macosx_arm64, 11.0, macos-14]
include:
- arch: [x86_64, macosx_x86_64, 10.9, macos-11]
- arch:
- [x86_64, macosx_x86_64, 10.9, macos-11]
py: [cp36, cp37]
name: ${{ matrix.py }}-${{ matrix.arch[1] }}
runs-on: ${{ matrix.arch[3] }}
Expand Down

0 comments on commit 2df691e

Please sign in to comment.