File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ jobs:
142
142
pytest -v --pyargs ${{ env.PACKAGE_NAME }}
143
143
144
144
build_windows :
145
- runs-on : windows-2019
145
+ runs-on : windows-2022
146
146
147
147
strategy :
148
148
matrix :
@@ -190,6 +190,9 @@ jobs:
190
190
conda install -y conda-build python=3.12
191
191
conda list -n base
192
192
193
+ - name : Setup MSVC
194
+ uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
195
+
193
196
- name : Build conda package
194
197
run : |
195
198
conda activate
@@ -211,7 +214,7 @@ jobs:
211
214
matrix :
212
215
python : ["3.9", "3.10", "3.11", "3.12"]
213
216
experimental : [false]
214
- runner : [windows-2019 ]
217
+ runner : [windows-2022 ]
215
218
continue-on-error : ${{ matrix.experimental }}
216
219
env :
217
220
workdir : ' ${{ github.workspace }}'
You can’t perform that action at this time.
0 commit comments