Skip to content

Commit

Permalink
try to get x86 to work
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm committed Jun 8, 2024
1 parent 8b75e95 commit c996c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
if: ${{ matrix.os == 'macos-14' }}
- uses: pypa/cibuildwheel@v2.18.1
env:
MACOSX_DEPLOYMENT_TARGET: "${{ matrix.os == 'macos-12' && '10.14' || '14.0' }}"
MACOSX_DEPLOYMENT_TARGET: "${{ matrix.os == 'macos-12' && '12.0' || '14.0' }}"
- uses: actions/upload-artifact@v4
with:
name: binary-${{ matrix.os }}
Expand Down

0 comments on commit c996c7e

Please sign in to comment.