Skip to content

Commit 6ddc2c9

Browse files
authored
fix(CI): upgrade windows-2019 to windows-2022 (#4796)
The windows-2019 runner image will be removed soon. See: actions/runner-images#12045 Generated by the task: njzjz-bot/njzjz-bot#13. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated the Windows build environment in the GitHub Actions workflow to use a newer version. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 891aa7d commit 6ddc2c9

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
@@ -44,7 +44,7 @@ jobs:
4444
platform_id: macosx_arm64
4545
dp_variant: cpu
4646
# win-64
47-
- os: windows-2019
47+
- os: windows-2022
4848
python: 311
4949
platform_id: win_amd64
5050
dp_variant: cpu

0 commit comments

Comments
 (0)