We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cff230 commit c7945baCopy full SHA for c7945ba
1 file changed
.github/workflows/action-ci.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
defineBuilds:
11
name: Define builds
12
- runs-on: windows-latest
+ runs-on: windows-2025-vs2026
13
env:
14
isPR: ${{ github.event_name == 'pull_request' }}
15
outputs:
@@ -51,7 +51,7 @@ jobs:
51
build:
52
needs: defineBuilds
53
name: Build
54
55
strategy:
56
matrix:
57
platform: ${{ fromJSON(needs.defineBuilds.outputs.platformList) }}
@@ -127,7 +127,7 @@ jobs:
127
128
uiTests:
129
needs: build
130
131
name: Run UI tests (x64)
132
133
appDir: ${{ github.workspace }}/download/Calculator/AppPackages/Calculator*_Test
0 commit comments