Skip to content

Commit

Permalink
another try for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
orm011 committed May 17, 2024
1 parent 1ec9c5b commit caa491b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
env:
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_SKIP: pp* cp38-* *-musllinux*
MACOSX_DEPLOYMENT_TARGET: 12.0
MACOSX_DEPLOYMENT_TARGET: "12.0"
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 caa491b

Please sign in to comment.