Skip to content

Commit acb4a79

Browse files
committed
fix(CI): upgrade windows-2019 to windows-2022
The windows-2019 runner image will be removed soon. See: actions/runner-images#12045 Generated by the task: njzjz-bot/njzjz-bot#13.
1 parent c46dc7d commit acb4a79

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

.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

.github/workflows/labeler.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
name: "Pull Request Labeler"
2-
on:
3-
- pull_request_target
4-
5-
jobs:
6-
triage:
7-
permissions:
8-
contents: read
9-
pull-requests: write
10-
runs-on: ubuntu-latest
11-
steps:
12-
- uses: actions/labeler@v5
13-
with:
14-
repo-token: "${{ secrets.GITHUB_TOKEN }}"
1+
name: "Pull Request Labeler"
2+
on:
3+
- pull_request_target
4+
5+
jobs:
6+
triage:
7+
permissions:
8+
contents: read
9+
pull-requests: write
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/labeler@v5
13+
with:
14+
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)