File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 64
64
include :
65
65
- os : " macos-14" # For m1 macos
66
66
python-version : " 3.12"
67
- - os : " macos-latest " # for x86 macos
67
+ - os : " macos-13 " # for x86 macos
68
68
python-version : " 3.8"
69
69
- os : " windows-latest"
70
70
python-version : " 3.8"
@@ -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