File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 10
10
branches :
11
11
- main
12
12
env :
13
- MACOSX_DEPLOYMENT_TARGET : 12 .0
13
+ MACOSX_DEPLOYMENT_TARGET : 14 .0
14
14
15
15
jobs :
16
16
Build :
37
37
38
38
- uses : conda-incubator/setup-miniconda@v2
39
39
with :
40
+ miniconda-version : " latest"
40
41
auto-update-conda : true
41
42
environment-file : ci/environment.yml
42
43
python-version : ${{ matrix.python-version }}
50
51
- name : Install Linux / macOS Conda Packages
51
52
if : contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos')
52
53
shell : bash -e -l {0}
53
- run : conda install bison=3.4
54
+ run : conda install bison=3.4 nodejs=18
54
55
55
56
- name : Conda info
56
57
shell : bash -e -l {0}
86
87
if : contains(matrix.os, 'windows')
87
88
shell : cmd
88
89
run : |
89
- set CONDA_INSTALL_LOCN=C:\\Miniconda
90
+ set CONDA_INSTALL_LOCN=C:\\Miniconda3
90
91
call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
91
92
call conda activate test
92
93
set LFORTRAN_CMAKE_GENERATOR=Ninja
@@ -106,7 +107,7 @@ jobs:
106
107
if : contains(matrix.os, 'windows')
107
108
shell : cmd
108
109
run : |
109
- set CONDA_INSTALL_LOCN=C:\\Miniconda
110
+ set CONDA_INSTALL_LOCN=C:\\Miniconda3
110
111
call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
111
112
call conda activate test
112
113
set LFORTRAN_CMAKE_GENERATOR=Ninja
You can’t perform that action at this time.
0 commit comments