Skip to content

Commit

Permalink
Make MACOSX_DEPLOYMENT_TARGET global
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreinking committed Aug 31, 2024
1 parent 177acc5 commit 79e13fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
- os: macos-14
platform_tag: macosx_arm64

environment:
MACOSX_DEPLOYMENT_TARGET: 11

steps:
- name: Login to GitHub Container Registry
if: matrix.os == 'ubuntu-latest'
Expand Down Expand Up @@ -191,7 +194,6 @@ jobs:
CIBW_ENVIRONMENT_MACOS: CMAKE_PREFIX_PATH=${{ github.workspace }}/opt
CIBW_ENVIRONMENT_WINDOWS: "CMAKE_PREFIX_PATH=${{ github.workspace }}/opt/llvm;${{ github.workspace }}/opt/flatbuffers;${{ github.workspace }}/opt/wabt"
CIBW_MANYLINUX_X86_64_IMAGE: "ghcr.io/halide/manylinux_2_28_x86_64-llvm:${{ env.LLVM_VERSION }}"
MACOSX_DEPLOYMENT_TARGET: 11

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 79e13fb

Please sign in to comment.