Skip to content

Commit

Permalink
💚 Fix macos again
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Jan 2, 2025
1 parent 533ff3a commit f5bc658
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ jobs:
- uses: docker/setup-qemu-action@v3
if: runner.os == 'Linux'
- uses: pypa/[email protected]
env:
# https://cibuildwheel.pypa.io/en/stable/cpp_standards/#macos-and-deployment-target-versions
# error: 'path' is unavailable: introduced in macOS 10.15
MACOSX_DEPLOYMENT_TARGET: "10.15"
- uses: actions/upload-artifact@v4
with:
name: artifact-${{matrix.runs-on}}
path: |
wheelhouse/*.whl
env:
# https://cibuildwheel.pypa.io/en/stable/cpp_standards/#macos-and-deployment-target-versions
# error: 'path' is unavailable: introduced in macOS 10.15
MACOSX_DEPLOYMENT_TARGET: "10.15"
build:
needs:
Expand Down

0 comments on commit f5bc658

Please sign in to comment.