diff options
| author | 2026-01-04 11:56:36 +0800 | |
|---|---|---|
| committer | 2026-01-04 11:56:36 +0800 | |
| commit | 282a414806b56dc08d0fe1cabba83c4413822254 (patch) | |
| tree | cf2a4936e7443df7602ab379be38b6c4ba49ed1e | |
| parent | 6a3240dfeb3fa80cf216d379c762e34359a62642 (diff) | |
| download | conventional_role_play-main.tar.gz conventional_role_play-main.zip | |
| -rw-r--r-- | .github/workflows/CI.yml | 8 |
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 |
