File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -49,13 +49,24 @@ jobs:
49
49
restore-keys : ccache-macos-linux-conda-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.cxx_options }}-${{ matrix.python-version }}-
50
50
51
51
- uses : conda-incubator/setup-miniconda@v3
52
+ if : matrix.os != 'macos-14'
52
53
with :
53
54
activate-environment : eigenpy
54
55
auto-update-conda : true
55
56
environment-file : .github/workflows/conda/environment_macos_linux.yml
56
57
python-version : ${{ matrix.python-version }}
57
58
auto-activate-base : false
58
59
60
+ - uses : conda-incubator/setup-miniconda@v3
61
+ if : matrix.os == 'macos-14'
62
+ with :
63
+ activate-environment : eigenpy
64
+ auto-update-conda : true
65
+ environment-file : .github/workflows/conda/environment_macos_linux.yml
66
+ python-version : ${{ matrix.python-version }}
67
+ auto-activate-base : false
68
+ installer-url : https://github.com/conda-forge/miniforge/releases/download/23.11.0-0/Mambaforge-23.11.0-0-MacOSX-arm64.sh
69
+
59
70
- name : Build EigenPy
60
71
shell : bash -el {0}
61
72
run : |
You can’t perform that action at this time.
0 commit comments