File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 6767 strategy :
6868 matrix :
6969 python : ['3.9', '3.10', '3.11']
70- os : [ubuntu-20.04, windows-latest ]
70+ os : [ubuntu-20.04, windows-2019 ]
7171
7272 permissions :
7373 # Needed to cancel any previous runs that are not completed for a given workflow
7777
7878 defaults :
7979 run :
80- shell : ${{ matrix.os == 'windows-latest ' && 'cmd /C CALL {0}' || 'bash -l {0}' }}
80+ shell : ${{ matrix.os == 'windows-2019 ' && 'cmd /C CALL {0}' || 'bash -l {0}' }}
8181
8282 continue-on-error : true
8383
@@ -253,11 +253,11 @@ jobs:
253253 python -m pytest -q -ra --disable-warnings -vv ${{ env.TEST_SCOPE }}
254254
255255 test_windows :
256- name : Test ['windows-latest ', python='${{ matrix.python }}']
256+ name : Test ['windows-2019 ', python='${{ matrix.python }}']
257257
258258 needs : build
259259
260- runs-on : windows-latest
260+ runs-on : windows-2019
261261
262262 defaults :
263263 run :
@@ -409,7 +409,7 @@ jobs:
409409 strategy :
410410 matrix :
411411 python : ['3.9', '3.10', '3.11']
412- os : [ubuntu-20.04, windows-latest ]
412+ os : [ubuntu-20.04, windows-2019 ]
413413
414414 runs-on : ${{ matrix.os }}
415415
You can’t perform that action at this time.
0 commit comments