1
0
mirror of https://github.com/kuohuanhuan/x-markdown-css.git synced 2024-11-25 06:18:19 +00:00

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

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