File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -601,8 +601,8 @@ jobs:
601601 dist/icloud*
602602
603603 build_windows :
604- # earliest possible mac for better compatibility
605- runs-on : windows-2019
604+ # earliest possible win for better compatibility
605+ runs-on : windows-2022
606606 defaults :
607607 run :
608608 shell : bash
@@ -1261,7 +1261,7 @@ jobs:
12611261 strategy :
12621262 fail-fast : false
12631263 matrix :
1264- os : [ "windows-2019 ", "windows-2022" ]
1264+ os : [ "windows-2025 ", "windows-2022" ]
12651265 runs-on : ${{ matrix.os }}
12661266 needs :
12671267 - clone_windows_whl
@@ -2184,7 +2184,7 @@ jobs:
21842184 matrix :
21852185 prop :
21862186 - [
2187- " windows-2019 " , # GH os
2187+ " windows-2025 " , # GH os
21882188 " windows" , # file suffix
21892189 ]
21902190 - [
@@ -3655,7 +3655,7 @@ jobs:
36553655 fail-fast : false
36563656 matrix :
36573657 os :
3658- - " windows-2019 "
3658+ - " windows-2025 "
36593659 - " windows-2022"
36603660 runs-on : ${{ matrix.os }}
36613661 needs : [ build_npm ]
@@ -3753,7 +3753,7 @@ jobs:
37533753 fail-fast : false
37543754 matrix :
37553755 os :
3756- - " windows-2019 "
3756+ - " windows-2025 "
37573757 - " windows-2022"
37583758 runs-on : ${{ matrix.os }}
37593759 needs : [ build_npm ]
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126126 os :
127127 - " macos-13"
128128 - " macos-14"
129- - " windows-2019 "
129+ - " windows-2025 "
130130 - " windows-2022"
131131 steps :
132132
Original file line number Diff line number Diff line change 33## Unreleased
44
55- chore: bump min python version 3.9->3.10
6+ - chore: replace build & test platform from retired windows-2019 to windows-2025
67
78## 1.28.1 (2025-06-08)
89
You can’t perform that action at this time.
0 commit comments