Skip to content

Commit d077786

Browse files
ci: 将 Windows Runner 钉在 windows-2022 (#31)
1 parent 4f67c9b commit d077786

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: [ubuntu-latest, windows-latest]
16+
os: [ubuntu-latest, windows-2022]
1717

1818
steps:
1919
- name: 检出代码

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
os: [ubuntu-latest, windows-latest]
20+
os: [ubuntu-latest, windows-2022]
2121

2222
steps:
2323
- name: 检出代码

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
os: [ubuntu-latest, windows-latest]
27+
os: [ubuntu-latest, windows-2022]
2828

2929
steps:
3030
- name: 检出代码

0 commit comments

Comments
 (0)