Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
orm011 committed May 17, 2024
1 parent 2078fa9 commit 0aa3662
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,16 @@ jobs:
include:
- os: macos-12
arch: x86_64
deployment-target: '12.0'
- os: macos-latest
arch: arm64
deployment-target: '14.0'
- os: ubuntu-latest
arch: x86_64
deployment-target: ''
- os: windows-2022
arch: AMD64
deployment-target: ''
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
Expand Down Expand Up @@ -69,7 +73,7 @@ jobs:
env:
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_SKIP: pp* cp38-* *-musllinux*
MACOSX_DEPLOYMENT_TARGET: ${{ runner.os == 'macos-12' && '12.0' || '14.0' }}
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.deployment-target }}
run: python -m cibuildwheel --output-dir wheelhouse
- name: Save postgres build
if: ${{ matrix.os == 'ubuntu-latest' && ! steps.restore-postgres.outputs.cache-hit }}
Expand Down

0 comments on commit 0aa3662

Please sign in to comment.