We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d54b109 commit d909610Copy full SHA for d909610
.github/workflows/reusable-windows-msi.yml
@@ -17,7 +17,7 @@ env:
17
jobs:
18
build:
19
name: installer for ${{ inputs.arch }}
20
- runs-on: ${{ inputs.arch == 'arm64' && 'windows-11-arm' || 'windows-latest' }}
+ runs-on: ${{ inputs.arch == 'arm64' && 'windows-11-arm' || 'windows-2022' }}
21
timeout-minutes: 60
22
env:
23
ARCH: ${{ inputs.arch }}
.github/workflows/reusable-windows.yml
@@ -21,7 +21,7 @@ env:
name: Build and test (${{ inputs.arch }})
24
25
26
27
0 commit comments