CI: set minimum macOS SDK to 10.13.

This commit is contained in:
Jacob Oursland
2025-07-24 15:32:12 -07:00
committed by Chris Hennes
parent 3896e2daae
commit 705f2daa61
2 changed files with 8 additions and 2 deletions

View File

@@ -3,5 +3,7 @@ c_compiler: # [win]
cxx_compiler: # [win]
- vs2022 # [win]
MACOSX_DEPLOYMENT_TARGET: # [osx]
- '10.13' # [osx]
c_stdlib_version: # [osx and x86_64]
- "10.13" # [osx and x86_64]
MACOSX_DEPLOYMENT_TARGET: # [osx and x86_64]
- "10.13" # [osx and x86_64]

View File

@@ -88,6 +88,10 @@ requirements:
- xorg-x11-server-xvfb-cos7-aarch64
- xorg-xproto
- if: osx and x86_64
then:
- ${{ stdlib('c') }}
- if: build_platform != target_platform
then:
- cross-python_${{ target_platform }}