Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/workflows/PR-test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# ---------------------------------------------------------------
# Workflow File : PR-test.yml
# File Authors : Aoran Zeng <ccmywish@qq.com>
# Contributors : Nul None <nul@none.org>
# File Authors : Aoran Zeng <ccmywish@qq.com>
# Contributors : Nul None <nul@none.org>
# | Mikachu2333 <mikachu2333@zohomail.com>
# |
# Created On : <2025-06-19>
# Last Modified : <2025-06-19>
# Last Modified : <2025-08-07>
#
# Test PR
# ---------------------------------------------------------------
Expand Down Expand Up @@ -42,7 +43,7 @@ jobs:

test-on-windows:
name: 在Windows上测试
runs-on: ubuntu-latest
runs-on: windows-latest
if: github.event.pull_request.base.ref == 'dev'

steps:
Expand Down