Skip to content

Commit c7eda3f

Browse files
committed
upgrade windows ci to 2022
2019 is being deprecated
1 parent 1228c5d commit c7eda3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,18 +116,18 @@ jobs:
116116
build: "*musllinux*"
117117

118118
- name: win32
119-
os: windows-2019
119+
os: windows-2022
120120
architecture: x86
121121
cibw:
122122
build: "cp*win32"
123123

124-
- os: windows-2019
124+
- os: windows-2022
125125
name: win-pypy
126126
architecture: x64
127127
cibw:
128128
build: "pp*win_amd64"
129129

130-
- os: windows-2019
130+
- os: windows-2022
131131
name: win_amd64
132132
architecture: x64
133133
cibw:

0 commit comments

Comments
 (0)