Skip to content

Commit aa482b9

Browse files
committed
Bump SDKROOT for macos13 for std::views
See "One Ranges Proposal" in https://en.cppreference.com/w/cpp/compiler_support.html#C.2B.2B20_library_features Apparently supported only on Xcode 14.3+ ``` OpenStudio/OpenStudio/src/model/Space.cpp /Users/runner/work/OpenStudio/OpenStudio/src/model/Space.cpp:2241:36: error: no member named 'views' in namespace 'std' for (auto& spi : spis | std::views::drop(1)) { ```
1 parent 3d812d9 commit aa482b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_bindings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
python-version: 3.8
4141
allow_failure: false
4242
MACOSX_DEPLOYMENT_TARGET: 10.15
43-
SDKROOT: /Applications/Xcode_14.1.app
43+
SDKROOT: /Applications/Xcode_15.2.app
4444
- name: macOS_arm64
4545
os: macos-14
4646
python-version: 3.8

0 commit comments

Comments
 (0)