|
20 | 20 | jobs: |
21 | 21 | winsim_cellular: |
22 | 22 | name: Windows Simulator Cellular Demos |
23 | | - runs-on: windows-2019 |
| 23 | + runs-on: windows-latest |
24 | 24 | steps: |
25 | 25 | - name: Checkout Repository |
26 | 26 | uses: actions/checkout@v3 |
@@ -128,7 +128,7 @@ jobs: |
128 | 128 |
|
129 | 129 | winsim_coreHTTP: |
130 | 130 | name: coreHTTP WinSim Demos |
131 | | - runs-on: windows-2019 |
| 131 | + runs-on: windows-latest |
132 | 132 | steps: |
133 | 133 | - name: Checkout Repository |
134 | 134 | uses: actions/checkout@v3 |
@@ -281,7 +281,7 @@ jobs: |
281 | 281 |
|
282 | 282 | winsim_corePKCS11: |
283 | 283 | name: corePKCS11 WinSim Demos |
284 | | - runs-on: windows-2019 |
| 284 | + runs-on: windows-latest |
285 | 285 | steps: |
286 | 286 | - name: Checkout Repository |
287 | 287 | uses: actions/checkout@v3 |
@@ -321,7 +321,7 @@ jobs: |
321 | 321 | echo "::group::${{ env.stepName }}" |
322 | 322 | Push-Location |
323 | 323 | Get-Location |
324 | | - & "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\Tools\Launch-VsDevShell.ps1" |
| 324 | + & "C:\Program Files (x86)\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\Launch-VsDevShell.ps1" |
325 | 325 | Get-Location |
326 | 326 | Pop-Location |
327 | 327 |
|
@@ -370,7 +370,7 @@ jobs: |
370 | 370 |
|
371 | 371 | winsim_corelibs: |
372 | 372 | name: core Library Windows Simulator Demos |
373 | | - runs-on: windows-2019 |
| 373 | + runs-on: windows-latest |
374 | 374 | steps: |
375 | 375 | - name: Checkout Repository |
376 | 376 | uses: actions/checkout@v3 |
@@ -862,7 +862,7 @@ jobs: |
862 | 862 |
|
863 | 863 | winsim_aws_iot: |
864 | 864 | name: AWS IoT Windows Simulator Demos |
865 | | - runs-on: windows-2019 |
| 865 | + runs-on: windows-latest |
866 | 866 | steps: |
867 | 867 | - name: Checkout Repository |
868 | 868 | uses: actions/checkout@v3 |
@@ -1146,7 +1146,7 @@ jobs: |
1146 | 1146 |
|
1147 | 1147 | plus_tcp_winsim: |
1148 | 1148 | name: FreeRTOS+TCP Windows Simulator Demos |
1149 | | - runs-on: windows-2019 |
| 1149 | + runs-on: windows-latest |
1150 | 1150 | continue-on-error: true |
1151 | 1151 | steps: |
1152 | 1152 | - name: Checkout Repository |
@@ -1303,7 +1303,7 @@ jobs: |
1303 | 1303 |
|
1304 | 1304 | winsim_plus_demos: |
1305 | 1305 | name: FreeRTOS+CLI Windows Simulator Demos |
1306 | | - runs-on: windows-2019 |
| 1306 | + runs-on: windows-latest |
1307 | 1307 | continue-on-error: true |
1308 | 1308 | steps: |
1309 | 1309 | - name: Checkout Repository |
|
0 commit comments