File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -111,24 +111,24 @@ jobs:
111
111
PYTHON_VERSION : ' 3.8'
112
112
WITH_SCIPY : yes
113
113
WITH_LLVM : 5.0
114
- OS : macos-latest
114
+ OS : macos-13
115
115
CC : clang
116
116
117
117
- BUILD_TYPE : Release
118
118
PYTHON_VERSION : ' 3.9'
119
119
WITH_NUMPY : no
120
- OS : macos-latest
120
+ OS : macos-13
121
121
CC : clang
122
122
123
123
- BUILD_TYPE : Debug
124
124
PYTHON_VERSION : ' 3.8'
125
125
WITH_NUMPY : no
126
- OS : macos-latest
126
+ OS : macos-13
127
127
CC : gcc
128
128
129
129
- BUILD_TYPE : Release
130
130
PYTHON_VERSION : ' 3.8'
131
- OS : macos-latest
131
+ OS : macos-13
132
132
CC : gcc
133
133
134
134
- BUILD_TYPE : Release
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ install:
63
63
- git clone https://github.com/sympy/symengine symengine-cpp
64
64
65
65
- if [%COMPILER%]==[MSVC15] call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
66
- - if [%COMPILER%]==[MSVC15] conda install --yes --quiet conda python=3.6
66
+ - if [%COMPILER%]==[MSVC15] conda install --yes --quiet conda
67
67
- if [%COMPILER%]==[MSVC15] conda config --add channels conda-forge
68
68
- if [%COMPILER%]==[MSVC15] if [%BUILD_TYPE%]==[Debug] conda config --add channels symengine/label/debug
69
69
- if [%COMPILER%]==[MSVC15] conda install --yes mpir=3.0.0 vc=14
You can’t perform that action at this time.
0 commit comments