Skip to content

Commit e5007cc

Browse files
authored
Update python-package.yml to build wheels on macos-13 and macos-14
1 parent 5237fe1 commit e5007cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
if: github.event_name == 'release' && github.event.action == 'created'
101101
strategy:
102102
matrix:
103-
os: [ubuntu-20.04, macos-11]
103+
os: [ubuntu-20.04, macos-13, macos-14]
104104
steps:
105105
- uses: actions/checkout@v4
106106
with:

0 commit comments

Comments
 (0)