Skip to content

Commit 81283c4

Browse files
authored
Update build_wheels.yml
1 parent 6d54684 commit 81283c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build_wheels:
1111
strategy:
1212
matrix:
13-
os: [ubuntu-latest, macos-latest, windows-latest]
13+
os: [ubuntu-latest, macos-13, macos-14, windows-latest]
1414
python-version: ["3.9", "3.10", "3.11", "3.12"]
1515
runs-on: ${{ matrix.os }}
1616
steps:
@@ -59,4 +59,4 @@ jobs:
5959
run: twine upload --skip-existing wheelhouse/*.whl
6060

6161
- name: Verify uploaded package
62-
run: pip install --no-cache-dir --index-url https://pypi.org/simple/ your-package-name
62+
run: pip install --no-cache-dir --index-url https://pypi.org/simple/ your-package-name

0 commit comments

Comments
 (0)