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 2df691e commit 86c2bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- [arm64, macosx_arm64, 11.0, macos-14]
include:
- arch:
- [x86_64, macosx_x86_64, 10.9, macos-11]
- [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 86c2bf9

Please sign in to comment.