diff options
| author | 2026-01-04 11:55:24 +0800 | |
|---|---|---|
| committer | 2026-01-04 11:55:24 +0800 | |
| commit | 6a3240dfeb3fa80cf216d379c762e34359a62642 (patch) | |
| tree | 5df837243785d1ef52853f7e1656267617e7680b /.github/workflows | |
| parent | b11ea3e9f24d1a364231c7f10808c3a405e42630 (diff) | |
| download | conventional_role_play-6a3240dfeb3fa80cf216d379c762e34359a62642.tar.gz conventional_role_play-6a3240dfeb3fa80cf216d379c762e34359a62642.zip | |
chore(ci): comment out macOS 14 runners in CI configuration
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/CI.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a965d32..85ffdff 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -141,10 +141,10 @@ jobs: target: macOS-15-arm64 - runner: macos-15-intel target: macOS-15 - - runner: macos-14 - target: macOS-14-arm64 - - runner: macos-14-large - target: macOS-14 + # - runner: macos-14 + # target: macOS-14-arm64 + # - runner: macos-14-large + # target: macOS-14 steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 |
