Skip to content

Commit 1fc1f94

Browse files
bump windows-2019 -> windows-2025
1 parent 399759b commit 1fc1f94

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/workflows/build-package.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ jobs:
602602
603603
build_windows:
604604
# earliest possible mac for better compatibility
605-
runs-on: windows-2019
605+
runs-on: windows-2025
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 ]

.github/workflows/quality-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
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

0 commit comments

Comments
 (0)