Skip to content

Commit c7945ba

Browse files
committed
Update all the images
1 parent 4cff230 commit c7945ba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/action-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
defineBuilds:
1111
name: Define builds
12-
runs-on: windows-latest
12+
runs-on: windows-2025-vs2026
1313
env:
1414
isPR: ${{ github.event_name == 'pull_request' }}
1515
outputs:
@@ -51,7 +51,7 @@ jobs:
5151
build:
5252
needs: defineBuilds
5353
name: Build
54-
runs-on: windows-latest
54+
runs-on: windows-2025-vs2026
5555
strategy:
5656
matrix:
5757
platform: ${{ fromJSON(needs.defineBuilds.outputs.platformList) }}
@@ -127,7 +127,7 @@ jobs:
127127

128128
uiTests:
129129
needs: build
130-
runs-on: windows-latest
130+
runs-on: windows-2025-vs2026
131131
name: Run UI tests (x64)
132132
env:
133133
appDir: ${{ github.workspace }}/download/Calculator/AppPackages/Calculator*_Test

0 commit comments

Comments
 (0)