chore(ci): use `windows-2022` to create releases [skip actions]

This commit is contained in:
郭桓桓 2023-03-05 17:52:14 +08:00
parent ee89b96068
commit df63212d6d
Signed by: kuohuanhuan
GPG Key ID: FD846A0A797B0D75
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ on:
jobs:
# NPM Registry & GitHub Release
release:
# Use Ubuntu 22.04 LTS
runs-on: ubuntu-22.04
# Use Windows Server 2022
runs-on: windows-2022
steps:
# Step I
- name: Get Source Code