Skip to content

Commit bef410a

Browse files
committed
Fix windows tested version with server-2019 deprecation: actions/runner-images#12045
1 parent 426d28d commit bef410a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
runs-on: [windows-2019, windows-latest]
29+
runs-on: [windows-2022, windows-latest]
3030
python-version: [2.7, 3.6, 3.11]
3131
python-architecture: [x86, x64]
3232
include:

0 commit comments

Comments
 (0)