CI: set minimum macOS SDK to 10.13.
This commit is contained in:
committed by
Chris Hennes
parent
3896e2daae
commit
705f2daa61
@@ -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]
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user