Skip to content

Commit 8e160ca

Browse files
authored
ci: run tests on windows-2022 (#2330)
Since windows-2019 images has been removed.
1 parent a395c30 commit 8e160ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109

110110
windows:
111111
name: "windows (version: ${{ matrix.version }}, framework: ${{ matrix.framework }}, asyncio: ${{ matrix.asyncio }})"
112-
runs-on: windows-2019
112+
runs-on: windows-2022
113113
strategy:
114114
fail-fast: false
115115
matrix:

0 commit comments

Comments
 (0)