Skip to content

Commit 1cb6e1c

Browse files
committed
libcxx on osx
1 parent 3339b31 commit 1cb6e1c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,21 @@ jobs:
3939
- name: Setup micromamba
4040
uses: mamba-org/provision-with-micromamba@main
4141
with:
42+
miniforge-variant: Mambaforge
43+
miniforge-version: latest
44+
use-mamba: true
45+
auto-update-conda: true
4246
environment-file: .github/environment.yml
4347
extra-specs: |
4448
python=${{ matrix.python-version }}
4549
4650
- name: Install python-pdal
4751
run: pip install .
4852

53+
- name: libcxx=14 for OSX
54+
if: matrix.os == 'macos-latest'
55+
run: mamba install -c conda-forge libcxx=14 -y
56+
4957
- name: Install python-pdal-plugins
5058
working-directory: ./plugins
5159
run: pip install .

0 commit comments

Comments
 (0)