Skip to content

Commit

Permalink
CI: increase Mac OS deployment target to enable newer C++ features
Browse files Browse the repository at this point in the history
  • Loading branch information
supermihi committed Jan 27, 2024
1 parent 6ed34ca commit e0350f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
CIBW_BUILD: "cp311-*"
CIBW_ARCHS: auto64
CIBW_ARCHS_MACOS: "x86_64 arm64"
MACOSX_DEPLOYMENT_TARGET: "10.14"
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand Down

0 comments on commit e0350f0

Please sign in to comment.