aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/CI.yml8
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