Fix building wheels for macOS (#814)
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [macos-latest]
|
os: [macos-11]
|
||||||
python-version: ["cp38", "cp39", "cp310", "cp311", "cp312"]
|
python-version: ["cp38", "cp39", "cp310", "cp311", "cp312"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [macos-latest]
|
os: [macos-11]
|
||||||
python-version: ["cp37", "cp38", "cp39", "cp310", "cp311", "cp312"]
|
python-version: ["cp37", "cp38", "cp39", "cp310", "cp311", "cp312"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -59,8 +59,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
ls -lh ./wheelhouse/
|
ls -lh ./wheelhouse/
|
||||||
|
|
||||||
ls -lh ./wheelhouse/*.whl
|
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: wheel-${{ matrix.python-version }}
|
name: wheel-${{ matrix.python-version }}
|
||||||
|
|||||||
Reference in New Issue
Block a user