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.
windows-2022
1 parent 71c84fa commit cc9a7d8Copy full SHA for cc9a7d8
.github/workflows/reusable-windows-msi.yml
@@ -17,7 +17,7 @@ env:
17
jobs:
18
build:
19
name: installer for ${{ inputs.arch }}
20
- runs-on: windows-latest
+ runs-on: windows-2022
21
timeout-minutes: 60
22
env:
23
ARCH: ${{ inputs.arch }}
.github/workflows/reusable-windows.yml
@@ -21,7 +21,7 @@ env:
name: ${{ inputs.arch == 'arm64' && 'build' || 'build and test' }} (${{ inputs.arch }})
24
25
26
27
0 commit comments