aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2026-01-04 11:56:36 +0800
committerHsiangNianian <i@jyunko.cn>2026-01-04 11:56:36 +0800
commit282a414806b56dc08d0fe1cabba83c4413822254 (patch)
treecf2a4936e7443df7602ab379be38b6c4ba49ed1e /.github/workflows
parent6a3240dfeb3fa80cf216d379c762e34359a62642 (diff)
downloadconventional_role_play-282a414806b56dc08d0fe1cabba83c4413822254.tar.gz
conventional_role_play-282a414806b56dc08d0fe1cabba83c4413822254.zip
feat(ci): update macOS runner targets for improved compatibilityHEADmain
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/CI.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
index 85ffdff..e09c2af 100644
--- a/.github/workflows/CI.yml
+++ b/.github/workflows/CI.yml
@@ -138,13 +138,9 @@ jobs:
matrix:
platform:
- runner: macos-15
- target: macOS-15-arm64
+ target: aarch64-apple-darwin
- runner: macos-15-intel
- target: macOS-15
- # - runner: macos-14
- # target: macOS-14-arm64
- # - runner: macos-14-large
- # target: macOS-14
+ target: x86_64-apple-darwin
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5