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 1313# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1414jobs :
1515 codegen :
16- runs-on : windows-latest
16+ runs-on : windows-2019
1717 steps :
1818 - name : setup git
1919 run : |
3939 if ($changed -ne $null) { throw "CodeGen detected changes" }
4040
4141 examplenuget :
42- runs-on : windows-latest
42+ runs-on : windows-2019
4343 steps :
4444 - uses : actions/checkout@v2
4545 - name : yarn install
6161
6262
6363 testcli :
64- runs-on : windows-latest
64+ runs-on : windows-2019
6565 steps :
6666 - uses : actions/checkout@v2
6767 - name : yarn install
@@ -103,7 +103,7 @@ jobs:
103103
104104
105105 testcliNuGet :
106- runs-on : windows-latest
106+ runs-on : windows-2019
107107 steps :
108108 - uses : actions/checkout@v2
109109 - name : yarn install
@@ -144,7 +144,7 @@ jobs:
144144 working-directory : testrnx
145145
146146 package :
147- runs-on : windows-latest
147+ runs-on : windows-2019
148148 steps :
149149 - uses : actions/checkout@v2
150150
You can’t perform that action at this time.
0 commit comments