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 13
13
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
14
14
jobs :
15
15
codegen :
16
- runs-on : windows-latest
16
+ runs-on : windows-2019
17
17
steps :
18
18
- name : setup git
19
19
run : |
39
39
if ($changed -ne $null) { throw "CodeGen detected changes" }
40
40
41
41
examplenuget :
42
- runs-on : windows-latest
42
+ runs-on : windows-2019
43
43
steps :
44
44
- uses : actions/checkout@v2
45
45
- name : yarn install
61
61
62
62
63
63
testcli :
64
- runs-on : windows-latest
64
+ runs-on : windows-2019
65
65
steps :
66
66
- uses : actions/checkout@v2
67
67
- name : yarn install
@@ -103,7 +103,7 @@ jobs:
103
103
104
104
105
105
testcliNuGet :
106
- runs-on : windows-latest
106
+ runs-on : windows-2019
107
107
steps :
108
108
- uses : actions/checkout@v2
109
109
- name : yarn install
@@ -144,7 +144,7 @@ jobs:
144
144
working-directory : testrnx
145
145
146
146
package :
147
- runs-on : windows-latest
147
+ runs-on : windows-2019
148
148
steps :
149
149
- uses : actions/checkout@v2
150
150
You can’t perform that action at this time.
0 commit comments