Skip to content

Commit 9bb16df

Browse files
committed
ci(workflows): expand cross-platform testing matrix
- add macOS and Windows to testing platforms - ensure consistent testing across multiple operating systems - extend GitHub Actions workflow to validate compatibility
1 parent 60df9bf commit 9bb16df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
(github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success')
2323
strategy:
2424
matrix:
25-
os: [ubuntu-latest]
25+
os: [ubuntu-latest, macos-latest, windows-latest]
2626
# 定时任务只测试 master 版本,其他情况测试所有版本
2727
version: ${{ github.event_name == 'schedule' && fromJSON('["master"]') || fromJSON('["0.14.1", "0.15.1", "master"]') }}
2828
fail-fast: false

0 commit comments

Comments
 (0)