diff options
| author | 2026-01-04 11:46:06 +0800 | |
|---|---|---|
| committer | 2026-01-04 11:46:06 +0800 | |
| commit | 61b17ae9b39c11efc079b13be41651556869ab3b (patch) | |
| tree | 954eef4c2e1af94b6d5890ac6d4282ce114a31fe | |
| parent | f7f36729abc6da99998ca3c6e11b0be870c63b04 (diff) | |
| download | conventional_role_play-61b17ae9b39c11efc079b13be41651556869ab3b.tar.gz conventional_role_play-61b17ae9b39c11efc079b13be41651556869ab3b.zip | |
feat(ci): expand macOS matrix to include additional runners and targets
| -rw-r--r-- | .github/workflows/CI.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 177ee90..6706475 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -137,10 +137,14 @@ jobs: strategy: matrix: platform: - - runner: macos-13 - target: x86_64 - runner: macos-14 target: aarch64 + - runner: macos-14 + target: x86_64 + - runner: macos-15 + target: x86_64 + - runner: macos-15 + target: aarch64 steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 |
