diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-12 18:35:11 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-12 18:35:11 +0800 |
| commit | 760b74b907680038d16b5ad6dbbaa5d0f0068716 (patch) | |
| tree | da9f4214533960f28fe6bd3a7a1669e210751bac | |
| parent | 2efec9d3924ce1d806b04e2d51c1cda285bf501d (diff) | |
ci: add macOS to CI test matrix
| -rw-r--r-- | .github/workflows/ci-check-only.yml | 14 | ||||
| -rw-r--r-- | .github/workflows/ci.yml | 14 |
2 files changed, 24 insertions, 4 deletions
diff --git a/.github/workflows/ci-check-only.yml b/.github/workflows/ci-check-only.yml index fab7e99..b92614a 100644 --- a/.github/workflows/ci-check-only.yml +++ b/.github/workflows/ci-check-only.yml @@ -10,8 +10,18 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest] - item: [build, clippy, test, arg-picker, markdown-code, examples, docs-refresh, api-docs] + os: [ubuntu-latest, windows-latest, macos-latest] + item: + [ + build, + clippy, + test, + arg-picker, + markdown-code, + examples, + docs-refresh, + api-docs, + ] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8210703..020bf97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,8 +12,18 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest] - item: [build, clippy, test, arg-picker, markdown-code, examples, docs-refresh, api-docs] + os: [ubuntu-latest, windows-latest, macos-latest] + item: + [ + build, + clippy, + test, + arg-picker, + markdown-code, + examples, + docs-refresh, + api-docs, + ] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 |
