From 6a3240dfeb3fa80cf216d379c762e34359a62642 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Sun, 4 Jan 2026 11:55:24 +0800 Subject: chore(ci): comment out macOS 14 runners in CI configuration --- .github/workflows/CI.yml | 8 ++++---- 1 file 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 -- cgit v1.2.3-70-g09d2