Skip to content

Commit 7cbd0c0

Browse files
committed
Merge branch 'develop' of https://github.com/NREL/OpenStudio into develop
2 parents 49a5136 + e42f296 commit 7cbd0c0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/python_bindings.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ jobs:
3939
os: macos-15-intel
4040
python-version: 3.8
4141
allow_failure: false
42-
MACOSX_DEPLOYMENT_TARGET: 10.15
43-
SDKROOT: /Applications/Xcode_15.2.app
42+
MACOSX_DEPLOYMENT_TARGET: "12.1"
43+
SDKROOT: /Applications/Xcode.app/Contents/Developer
4444
- name: macOS_arm64
45-
os: macos-14
45+
os: macos-15
4646
python-version: 3.8
4747
allow_failure: false
48-
MACOSX_DEPLOYMENT_TARGET: 12.1
49-
SDKROOT: /Applications/Xcode_15.2.app
48+
MACOSX_DEPLOYMENT_TARGET: "13.0"
49+
SDKROOT: /Applications/Xcode.app/Contents/Developer
5050
- name: Windows_py37
5151
os: windows-2019
5252
python-version: 3.7

0 commit comments

Comments
 (0)