Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -601,8 +601,8 @@ jobs:
dist/icloud*

build_windows:
# earliest possible mac for better compatibility
runs-on: windows-2019
# earliest possible win for better compatibility
runs-on: windows-2022
defaults:
run:
shell: bash
Expand Down Expand Up @@ -1261,7 +1261,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ "windows-2019", "windows-2022" ]
os: [ "windows-2025", "windows-2022" ]
runs-on: ${{ matrix.os }}
needs:
- clone_windows_whl
Expand Down Expand Up @@ -2184,7 +2184,7 @@ jobs:
matrix:
prop:
- [
"windows-2019", # GH os
"windows-2025", # GH os
"windows", # file suffix
]
- [
Expand Down Expand Up @@ -3655,7 +3655,7 @@ jobs:
fail-fast: false
matrix:
os:
- "windows-2019"
- "windows-2025"
- "windows-2022"
runs-on: ${{ matrix.os }}
needs: [ build_npm ]
Expand Down Expand Up @@ -3753,7 +3753,7 @@ jobs:
fail-fast: false
matrix:
os:
- "windows-2019"
- "windows-2025"
- "windows-2022"
runs-on: ${{ matrix.os }}
needs: [ build_npm ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
os:
- "macos-13"
- "macos-14"
- "windows-2019"
- "windows-2025"
- "windows-2022"
steps:

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Unreleased

- chore: bump min python version 3.9->3.10
- chore: replace build & test platform from retired windows-2019 to windows-2025

## 1.28.1 (2025-06-08)

Expand Down
Loading