File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -74,10 +74,10 @@ jobs:
7474 include :
7575 - target : i686-pc-windows-msvc/msvc
7676 architecture : Win32
77- runner : windows-2022
77+ runner : windows-2025
7878 - target : x86_64-pc-windows-msvc/msvc
7979 architecture : x64
80- runner : windows-2022
80+ runner : windows-2025
8181 - target : aarch64-pc-windows-msvc/msvc
8282 architecture : ARM64
8383 runner : windows-11-arm
Original file line number Diff line number Diff line change 1717jobs :
1818 build :
1919 name : installer for ${{ inputs.arch }}
20- runs-on : ${{ inputs.arch == 'arm64' && 'windows-11-arm' || 'windows-2022 ' }}
20+ runs-on : ${{ inputs.arch == 'arm64' && 'windows-11-arm' || 'windows-2025 ' }}
2121 timeout-minutes : 60
2222 env :
2323 ARCH : ${{ inputs.arch }}
Original file line number Diff line number Diff line change 2121jobs :
2222 build :
2323 name : Build and test (${{ inputs.arch }})
24- runs-on : ${{ inputs.arch == 'arm64' && 'windows-11-arm' || 'windows-2022 ' }}
24+ runs-on : ${{ inputs.arch == 'arm64' && 'windows-11-arm' || 'windows-2025 ' }}
2525 timeout-minutes : 60
2626 env :
2727 ARCH : ${{ inputs.arch }}
You can’t perform that action at this time.
0 commit comments