Skip to content

Commit b10c7a0

Browse files
committed
fix build
1 parent 15acec0 commit b10c7a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/default.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
os: [windows-latest, macos-latest, macos-14]
12+
os: [windows-latest, macos-latest, macos-15]
1313
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
1414
dist: [bdist_wheel]
1515
steps:
@@ -25,7 +25,7 @@ jobs:
2525
curl -L -o test_image.jpg "https://unsplash.com/photos/zQLd8RXbenw/download?ixid=M3wxMjA3fDB8MXx0b3BpY3x8NnNNVmpUTFNrZVF8fHx8fDJ8fDE3MzY0MDA3NTd8&force=true&w=2400"
2626
- name: Install dependencies
2727
run: |
28-
pip install --upgrade pip setuptools rich wheel requests pillow
28+
python -m pip install --upgrade pip setuptools rich wheel requests pillow
2929
- name: Build wheel
3030
run: |
3131
python setup.py ${{ matrix.dist }}

0 commit comments

Comments
 (0)