Skip to content

Commit

Permalink
update mac version to fix stalled package build runs
Browse files Browse the repository at this point in the history
  • Loading branch information
bhazelton authored and plaplant committed May 6, 2023
1 parent 1260910 commit 1603109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-test-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
buildplat:
- [ubuntu-20.04, manylinux, x86_64]
- [macos-10.15, macosx, x86_64]
- [macos-12, macosx, x86_64]
- [macos-12, macosx, arm64]
- [windows-2019, win, AMD64]
python: ["cp38", "cp39", "cp310"]
Expand Down

0 comments on commit 1603109

Please sign in to comment.