File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,11 @@ jobs:
122
122
shell : bash -l {0}
123
123
strategy :
124
124
matrix :
125
- os : ["ubuntu-latest", "macos-latest", "windows-latest"]
125
+ os :
126
+ - " ubuntu-latest"
127
+ - " macos-13"
128
+ - " macos-14"
129
+ - " windows-latest"
126
130
python_version : [ "python" ]
127
131
include :
128
132
- os : " ubuntu-latest"
@@ -132,7 +136,7 @@ jobs:
132
136
with :
133
137
submodules : recursive
134
138
- name : Install miniconda.
135
- uses : conda-incubator/setup-miniconda@v2.0.1 # https://github.com/conda-incubator/setup-miniconda.
139
+ uses : conda-incubator/setup-miniconda@v3 # https://github.com/conda-incubator/setup-miniconda.
136
140
with :
137
141
channels : conda-forge,defaults
138
142
- name : Install requirements (universal)
You can’t perform that action at this time.
0 commit comments