Skip to content

Commit

Permalink
add macos-13 to cibuildwheel matrix [wheel build]
Browse files Browse the repository at this point in the history
macos-13 should allow us to build x86_64 wheels, in addition to
arm64 wheels provided by macos-latest
  • Loading branch information
shanedsnyder committed May 1, 2024
1 parent fdc2185 commit 195a3bf
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 @@ -47,7 +47,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest, macos-13]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 195a3bf

Please sign in to comment.