Skip to content

Commit

Permalink
Merge pull request #380 from hyanwong/fix-mac-os-wheels
Browse files Browse the repository at this point in the history
Allow compilation of wheels on mac
  • Loading branch information
hyanwong authored May 15, 2024
2 parents 110a09b + e86c04d commit e69e26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

OSX-test:
needs: ['manylinux']
runs-on: macos-latest
runs-on: macos-13
strategy:
matrix:
python: [3.8, 3.8, 3.9, "3.10", 3.11]
Expand Down

0 comments on commit e69e26b

Please sign in to comment.