Skip to content

Commit b57cb08

Browse files
committed
[ci] move to windows-2022 runner as 2019 his retired
1 parent fba72e4 commit b57cb08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19-
os: [ubuntu-22.04, macos-13, macos-14, windows-2019]
19+
os: [ubuntu-22.04, macos-13, macos-14, windows-2022]
2020
python_version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
2121
exclude:
2222
- os: macos-14

0 commit comments

Comments
 (0)