From 864c67248b85cf997b0637fdf556af94c3aa4cb1 Mon Sep 17 00:00:00 2001 From: Shubham Naik Date: Tue, 4 Nov 2025 11:20:37 -0800 Subject: [PATCH] chore: remove macos13 (#61) Co-authored-by: Shubham Naik --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68098c0..691b607 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,8 +18,6 @@ jobs: include: - name: macOS arm64 (macos-14) runner: macos-14 - - name: macOS x64 (macos-13) - runner: macos-13 - name: Linux x64 (ubuntu-24.04) runner: ubuntu-24.04 - name: Linux arm64 (ubuntu-24.04-arm)