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 19
19
jobs :
20
20
21
21
checkout :
22
- runs-on : windows-latest
22
+ runs-on : windows-2019
23
23
steps :
24
24
-
25
25
name : Checkout
32
32
path : .
33
33
34
34
lint :
35
- runs-on : windows-latest
35
+ runs-on : windows-2019
36
36
strategy :
37
37
matrix :
38
38
python-version :
94
94
max-parallel : 4
95
95
fail-fast : false
F4E2
96
96
needs : lint
97
- runs-on : windows-latest
97
+ runs-on : windows-2019
98
98
steps :
99
99
-
100
100
name : Download checkout
@@ -141,7 +141,7 @@ jobs:
141
141
max-parallel : 3
142
142
fail-fast : false
143
143
needs : build-geos
144
- runs-on : windows-latest
144
+ runs-on : windows-2019
145
145
steps :
146
146
-
147
147
name : Download checkout
@@ -214,7 +214,7 @@ jobs:
214
214
max-parallel : 3
215
215
fail-fast : false
216
216
needs : build
217
- runs-on : windows-latest
217
+ runs-on : windows-2019
218
218
steps :
219
219
-
220
220
name : Set Python
@@ -248,7 +248,7 @@ jobs:
248
248
max-parallel : 1
249
249
if : startsWith(github.event.ref, 'refs/tags/v')
250
250
needs : test
251
- runs-on : windows-latest
251
+ runs-on : windows-2019
252
252
environment : PyPI
253
253
steps :
254
254
-
You can’t perform that action at this time.
0 commit comments