Skip to content

Commit 621141b

Browse files
committed
update CI
1 parent c6f95e3 commit 621141b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,24 +111,24 @@ jobs:
111111
PYTHON_VERSION: '3.8'
112112
WITH_SCIPY: yes
113113
WITH_LLVM: 5.0
114-
OS: macos-latest
114+
OS: macos-13
115115
CC: clang
116116

117117
- BUILD_TYPE: Release
118118
PYTHON_VERSION: '3.9'
119119
WITH_NUMPY: no
120-
OS: macos-latest
120+
OS: macos-13
121121
CC: clang
122122

123123
- BUILD_TYPE: Debug
124124
PYTHON_VERSION: '3.8'
125125
WITH_NUMPY: no
126-
OS: macos-latest
126+
OS: macos-13
127127
CC: gcc
128128

129129
- BUILD_TYPE: Release
130130
PYTHON_VERSION: '3.8'
131-
OS: macos-latest
131+
OS: macos-13
132132
CC: gcc
133133

134134
- BUILD_TYPE: Release

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ install:
6363
- git clone https://github.com/sympy/symengine symengine-cpp
6464

6565
- 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
6767
- if [%COMPILER%]==[MSVC15] conda config --add channels conda-forge
6868
- if [%COMPILER%]==[MSVC15] if [%BUILD_TYPE%]==[Debug] conda config --add channels symengine/label/debug
6969
- if [%COMPILER%]==[MSVC15] conda install --yes mpir=3.0.0 vc=14

0 commit comments

Comments
 (0)