Skip to content

Commit

Permalink
update deployment targets for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaminsk committed Sep 12, 2024
1 parent c3eca7e commit 016efa2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,12 @@ jobs:
CIBW_BUILD: "cp*-win*"
- os: macos-13
name: "*-macos_x86_64"
env: {}
env:
MACOSX_DEPLOYMENT_TARGET: "10.13"
- os: macos-14
name: "*-macos_arm64"
env: {}
env:
MACOSX_DEPLOYMENT_TARGET: "10.14"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 016efa2

Please sign in to comment.