Skip to content

Commit

Permalink
Update python-package.yml to build wheels on macos-13 and macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
wbarnha committed Jul 17, 2024
1 parent 5237fe1 commit e5007cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
if: github.event_name == 'release' && github.event.action == 'created'
strategy:
matrix:
os: [ubuntu-20.04, macos-11]
os: [ubuntu-20.04, macos-13, macos-14]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit e5007cc

Please sign in to comment.