Skip to content

Commit

Permalink
Set MacOS deployment target to 12 for x86. (#1633)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec authored Oct 23, 2024
1 parent 201c94f commit 741b1db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
build_macos_x86_wheels:
name: Build macos x86 wheels
runs-on: macos-13
env:
MACOSX_DEPLOYMENT_TARGET: '12.0'
strategy:
matrix:
python-version: ['3.10', '3.11', '3.12', '3.13']
Expand Down

0 comments on commit 741b1db

Please sign in to comment.