We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae8005c commit aa52f8dCopy full SHA for aa52f8d
1 file changed
.github/workflows/osx.yml
@@ -39,7 +39,7 @@ jobs:
39
run: micromamba install 'openblas==0.3.29=openmp*' blas-devel
40
41
- name: Configure using CMake
42
- run: cmake -Bbuild -DCMAKE_CXX_STANDARD=17 -DBUILD_TESTS=ON -DCMAKE_PREFIX_PATH=$CONDA_PREFIX -DCMAKE_SYSTEM_IGNORE_PATH=/usr/lib
+ run: cmake -Bbuild -DBUILD_TESTS=ON -DCMAKE_PREFIX_PATH=$CONDA_PREFIX -DCMAKE_SYSTEM_IGNORE_PATH=/usr/lib
43
44
- name: Build
45
working-directory: build
0 commit comments