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 67
67
strategy :
68
68
matrix :
69
69
python : ['3.9', '3.10', '3.11']
70
- os : [ubuntu-20.04, windows-latest ]
70
+ os : [ubuntu-20.04, windows-2019 ]
71
71
72
72
permissions :
73
73
# Needed to cancel any previous runs that are not completed for a given workflow
77
77
78
78
defaults :
79
79
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}' }}
81
81
82
82
continue-on-error : true
83
83
@@ -253,11 +253,11 @@ jobs:
253
253
python -m pytest -q -ra --disable-warnings -vv ${{ env.TEST_SCOPE }}
254
254
255
255
test_windows :
256
- name : Test ['windows-latest ', python='${{ matrix.python }}']
256
+ name : Test ['windows-2019 ', python='${{ matrix.python }}']
257
257
258
258
needs : build
259
259
260
- runs-on : windows-latest
260
+ runs-on : windows-2019
261
261
262
262
defaults :
263
263
run :
@@ -409,7 +409,7 @@ jobs:
409
409
strategy :
410
410
matrix :
411
411
python : ['3.9', '3.10', '3.11']
412
- os : [ubuntu-20.04, windows-latest ]
412
+ os : [ubuntu-20.04, windows-2019 ]
413
413
414
414
runs-on : ${{ matrix.os }}
415
415
You can’t perform that action at this time.
0 commit comments