File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222
2323jobs :
2424 build :
25- runs-on : windows-2022
25+ runs-on : windows-2025-vs2026
2626
2727 steps :
2828 - name : Checkout
Original file line number Diff line number Diff line change 2828 # - https://gh.io/supported-runners-and-hardware-resources
2929 # - https://gh.io/using-larger-runners (GitHub.com only)
3030 # Consider using larger runners or machines with greater resources for possible analysis time improvements.
31- runs-on : ${{ (matrix.language == 'swift' && 'macos-latest') || (matrix.language == 'csharp' && 'windows-latest ') || 'ubuntu-latest' }}
31+ runs-on : ${{ (matrix.language == 'swift' && 'macos-latest') || (matrix.language == 'csharp' && 'windows-2025-vs2026 ') || 'ubuntu-latest' }}
3232 timeout-minutes : ${{ (matrix.language == 'swift' && 120) || 360 }}
3333 permissions :
3434 # required for all workflows
Original file line number Diff line number Diff line change 2020 secrets : inherit
2121
2222 release :
23- runs-on : windows-latest
23+ runs-on : windows-2025-vs2026
2424 needs : build
2525 steps :
2626 - name : Checkout
You can’t perform that action at this time.
0 commit comments