Skip to content

Commit 7033ae1

Browse files
committed
ci: upgrade windows-2016 to windows-2019
1 parent 572acbc commit 7033ae1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
os: windows-2022
1919
- cpython: "3.8"
2020
arch: x64
21-
os: windows-2016
21+
os: windows-2019
2222
- cpython: "3.8"
2323
arch: x86
24-
os: windows-2016
24+
os: windows-2019
2525
runs-on: ${{ matrix.os }}
2626
steps:
2727
- name: Set up python

0 commit comments

Comments
 (0)