Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork34.2k
[3.14] gh-138744: Upgrade Windows to 2025 in GitHub Actions#144669
[3.14] gh-138744: Upgrade Windows to 2025 in GitHub Actions#144669vstinner wants to merge 2 commits intopython:3.14from
Conversation
Replace windows-2022 with windows-2025.
vstinner commentedFeb 10, 2026
I skipped test_dtrace on Windows in the 3.14 branch:#144657. So tests should pass again on Windows 2025. |
vstinner commentedFeb 10, 2026
Uh oh!
There was an error while loading.Please reload this page.
vstinner commentedFeb 10, 2026
The Windows CI was skipped since my PR only modify files of the |
vstinner commentedFeb 10, 2026
All Windows CIs passed. Examples: |
Uh oh!
There was an error while loading.Please reload this page.
| build: | ||
| name: installer for ${{ inputs.arch }} | ||
| runs-on: ${{ inputs.arch == 'arm64' && 'windows-11-arm' || 'windows-2022' }} | ||
| runs-on: ${{ inputs.arch == 'arm64' && 'windows-11-arm' || 'windows-2025' }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Also make this change inmain?
| build: | ||
| name: Build and test (${{ inputs.arch }}) | ||
| runs-on: ${{ inputs.arch == 'arm64' && 'windows-11-arm' || 'windows-2022' }} | ||
| runs-on: ${{ inputs.arch == 'arm64' && 'windows-11-arm' || 'windows-2025' }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
And this inmain?
| - target: i686-pc-windows-msvc/msvc | ||
| architecture: Win32 | ||
| runner: windows-2022 | ||
| runner: windows-2025 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Also this inmain?
| - target: x86_64-pc-windows-msvc/msvc | ||
| architecture: x64 | ||
| runner: windows-2022 | ||
| runner: windows-2025 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
And this?
Uh oh!
There was an error while loading.Please reload this page.
Replace windows-2022 with windows-2025.
test_dtracefails on Windows Server 2025 #138744