We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8352d21 commit 5eb4a3aCopy full SHA for 5eb4a3a
.github/workflows/macos.yml
@@ -27,10 +27,11 @@ jobs:
27
brew install python || true
28
set -e
29
- name: Build
30
- env: {CXXFLAGS: -Werror -Wno-deprecated-declarations, MACOSX_DEPLOYMENT_TARGET: 10.9}
+ env: {CXXFLAGS: -Werror -Wno-deprecated-declarations -DTOML11_DISABLE_STD_FILESYSTEM, MACOSX_DEPLOYMENT_TARGET: 10.13}
31
# C++11 & 14 support in macOS 10.9+
32
# C++17 support in macOS 10.13+/10.14+
33
# https://cibuildwheel.readthedocs.io/en/stable/cpp_standards/#macos-and-deployment-target-versions
34
+ # std::filesystem needs macOS 10.15
35
run: |
36
share/openPMD/download_samples.sh build
37
chmod u-w build/samples/git-sample/*.h5
0 commit comments