Skip to content

Commit 00353a0

Browse files
committed
ci: check.yml 改 runs-on windows-latest(本项目 Win32-only)
ctypes.windll、MAA Win32 控制器、precise_sleep 等全 Win32 专用,Ubuntu CI 只会报平台错误。
1 parent 51f0690 commit 00353a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
check:
1010
permissions:
1111
contents: read
12-
runs-on: ubuntu-latest
12+
runs-on: windows-latest
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)