File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919jobs :
2020
2121 checkout :
22- runs-on : windows-latest
22+ runs-on : windows-2019
2323 steps :
2424 -
2525 name : Checkout
3232 path : .
3333
3434 lint :
35- runs-on : windows-latest
35+ runs-on : windows-2019
3636 strategy :
3737 matrix :
3838 python-version :
9494 max-parallel : 4
9595 fail-fast : false
9696 needs : lint
97- runs-on : windows-latest
97+ runs-on : windows-2019
9898 steps :
9999 -
100100 name : Download checkout
@@ -141,7 +141,7 @@ jobs:
141141 max-parallel : 3
142142 fail-fast : false
143143 needs : build-geos
144- runs-on : windows-latest
144+ runs-on : windows-2019
145145 steps :
146146 -
147147 name : Download checkout
@@ -214,7 +214,7 @@ jobs:
214214 max-parallel : 3
215215 fail-fast : false
216216 needs : build
217- runs-on : windows-latest
217+ runs-on : windows-2019
218218 steps :
219219 -
220220 name : Set Python
@@ -248,7 +248,7 @@ jobs:
248248 max-parallel : 1
249249 if : startsWith(github.event.ref, 'refs/tags/v')
250250 needs : test
251- runs-on : windows-latest
251+ runs-on : windows-2019
252252 environment : PyPI
253253 steps :
254254 -
You can’t perform that action at this time.
0 commit comments