aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2026-01-04 11:46:06 +0800
committerHsiangNianian <i@jyunko.cn>2026-01-04 11:46:06 +0800
commit61b17ae9b39c11efc079b13be41651556869ab3b (patch)
tree954eef4c2e1af94b6d5890ac6d4282ce114a31fe /.github/workflows
parentf7f36729abc6da99998ca3c6e11b0be870c63b04 (diff)
downloadconventional_role_play-61b17ae9b39c11efc079b13be41651556869ab3b.tar.gz
conventional_role_play-61b17ae9b39c11efc079b13be41651556869ab3b.zip
feat(ci): expand macOS matrix to include additional runners and targets
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/CI.yml8
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