Skip to content

Commit cb23a04

Browse files
authored
Update main.yml
1 parent ba9e279 commit cb23a04

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1414
jobs:
1515
codegen:
16-
runs-on: windows-latest
16+
runs-on: windows-2019
1717
steps:
1818
- name: setup git
1919
run: |
@@ -39,7 +39,7 @@ jobs:
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
@@ -61,7 +61,7 @@ jobs:
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

0 commit comments

Comments
 (0)