We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f17a1c7 commit c490b73Copy full SHA for c490b73
1 file changed
.github/workflows/PR-test.yml
@@ -1,10 +1,11 @@
1
# ---------------------------------------------------------------
2
# Workflow File : PR-test.yml
3
-# File Authors : Aoran Zeng <ccmywish@qq.com>
4
-# Contributors : Nul None <nul@none.org>
+# File Authors : Aoran Zeng <ccmywish@qq.com>
+# Contributors : Nul None <nul@none.org>
5
+# | Mikachu2333 <mikachu2333@zohomail.com>
6
# |
7
# Created On : <2025-06-19>
-# Last Modified : <2025-06-19>
8
+# Last Modified : <2025-08-07>
9
#
10
# Test PR
11
@@ -42,7 +43,7 @@ jobs:
42
43
44
test-on-windows:
45
name: 在Windows上测试
- runs-on: ubuntu-latest
46
+ runs-on: windows-latest
47
if: github.event.pull_request.base.ref == 'dev'
48
49
steps:
0 commit comments