Skip to content

Commit

Permalink
Revert "Unpin macos target"
Browse files Browse the repository at this point in the history
This reverts commit 0ae9e57.
  • Loading branch information
amykyta3 committed Dec 29, 2024
1 parent 0ae9e57 commit 3c6e494
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ jobs:
env:
# Only build CPython targets
CIBW_BUILD: "cp3*"
# Ensure full C++17 availability on macOS builds
MACOSX_DEPLOYMENT_TARGET: "10.13"
# Signal setup.py to fail if binary build fails
SYSTEMRDL_REQUIRE_BINARY_BUILD: ~

Expand Down

0 comments on commit 3c6e494

Please sign in to comment.