From d8a7a63959f37d12666057c3e8837d61758b4a23 Mon Sep 17 00:00:00 2001 From: jif-oai Date: Tue, 25 Nov 2025 16:25:44 +0000 Subject: [PATCH] fix: Drop MacOS 13 (#7295) --- .github/workflows/shell-tool-mcp.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/shell-tool-mcp.yml b/.github/workflows/shell-tool-mcp.yml index 14a6a8bcd..6a0f68ff0 100644 --- a/.github/workflows/shell-tool-mcp.yml +++ b/.github/workflows/shell-tool-mcp.yml @@ -236,9 +236,6 @@ jobs: - runner: macos-14 target: aarch64-apple-darwin variant: macos-14 - - runner: macos-13 - target: x86_64-apple-darwin - variant: macos-13 steps: - name: Checkout repository uses: actions/checkout@v6