We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 49a5136 + e42f296 commit 7cbd0c0Copy full SHA for 7cbd0c0
.github/workflows/python_bindings.yml
@@ -39,14 +39,14 @@ jobs:
39
os: macos-15-intel
40
python-version: 3.8
41
allow_failure: false
42
- MACOSX_DEPLOYMENT_TARGET: 10.15
43
- SDKROOT: /Applications/Xcode_15.2.app
+ MACOSX_DEPLOYMENT_TARGET: "12.1"
+ SDKROOT: /Applications/Xcode.app/Contents/Developer
44
- name: macOS_arm64
45
- os: macos-14
+ os: macos-15
46
47
48
- MACOSX_DEPLOYMENT_TARGET: 12.1
49
+ MACOSX_DEPLOYMENT_TARGET: "13.0"
50
- name: Windows_py37
51
os: windows-2019
52
python-version: 3.7
0 commit comments