Skip to content

Commit 325dcc1

Browse files
author
Bret McGuire
committed
Upgrade Windows build to use Windows 2022
1 parent a30ce5e commit 325dcc1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_wheels_win.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on: [workflow_dispatch]
44

55
jobs:
66
build_wheels_win:
7-
name: Build wheels on windows-2019
8-
runs-on: windows-2019
7+
name: Build wheels on windows-2022
8+
runs-on: windows-2022
99
env:
1010
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-* cp312-*
1111
CIBW_SKIP: "*musllinux*"

0 commit comments

Comments
 (0)