Skip to content

Commit 2c9f15a

Browse files
committed
Fix CI check failures
Signed-off-by: Gaurav Aggarwal <[email protected]>
1 parent 5cf1375 commit 2c9f15a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/freertos_plus_demos.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
jobs:
2121
winsim_cellular:
2222
name: Windows Simulator Cellular Demos
23-
runs-on: windows-2019
23+
runs-on: windows-latest
2424
steps:
2525
- name: Checkout Repository
2626
uses: actions/checkout@v3
@@ -128,7 +128,7 @@ jobs:
128128
129129
winsim_coreHTTP:
130130
name: coreHTTP WinSim Demos
131-
runs-on: windows-2019
131+
runs-on: windows-latest
132132
steps:
133133
- name: Checkout Repository
134134
uses: actions/checkout@v3
@@ -281,7 +281,7 @@ jobs:
281281
282282
winsim_corePKCS11:
283283
name: corePKCS11 WinSim Demos
284-
runs-on: windows-2019
284+
runs-on: windows-latest
285285
steps:
286286
- name: Checkout Repository
287287
uses: actions/checkout@v3
@@ -321,7 +321,7 @@ jobs:
321321
echo "::group::${{ env.stepName }}"
322322
Push-Location
323323
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"
325325
Get-Location
326326
Pop-Location
327327
@@ -370,7 +370,7 @@ jobs:
370370

371371
winsim_corelibs:
372372
name: core Library Windows Simulator Demos
373-
runs-on: windows-2019
373+
runs-on: windows-latest
374374
steps:
375375
- name: Checkout Repository
376376
uses: actions/checkout@v3
@@ -862,7 +862,7 @@ jobs:
862862
863863
winsim_aws_iot:
864864
name: AWS IoT Windows Simulator Demos
865-
runs-on: windows-2019
865+
runs-on: windows-latest
866866
steps:
867867
- name: Checkout Repository
868868
uses: actions/checkout@v3
@@ -1146,7 +1146,7 @@ jobs:
11461146
11471147
plus_tcp_winsim:
11481148
name: FreeRTOS+TCP Windows Simulator Demos
1149-
runs-on: windows-2019
1149+
runs-on: windows-latest
11501150
continue-on-error: true
11511151
steps:
11521152
- name: Checkout Repository
@@ -1303,7 +1303,7 @@ jobs:
13031303
13041304
winsim_plus_demos:
13051305
name: FreeRTOS+CLI Windows Simulator Demos
1306-
runs-on: windows-2019
1306+
runs-on: windows-latest
13071307
continue-on-error: true
13081308
steps:
13091309
- name: Checkout Repository

0 commit comments

Comments
 (0)