Skip to content

Commit ef79168

Browse files
authored
Update build_wheel.yml to from windows-2019 to windows-2022
1 parent a870b6c commit ef79168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ${{ matrix.os }}
3030
strategy:
3131
matrix:
32-
os: [ ubuntu-20.04, windows-2019, macos-12 ]
32+
os: [ ubuntu-20.04, windows-2022, macos-12 ]
3333

3434
steps:
3535
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)