From 9c0d90a99611ea4f5b59ff303e476c38d629b585 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 18 Jun 2026 20:06:47 +0000 Subject: [PATCH] ci: remove macos-13 from macOS workflow matrix --- .github/workflows/test-setup-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-setup-macos.yml b/.github/workflows/test-setup-macos.yml index 43fb80c..ba10dd9 100644 --- a/.github/workflows/test-setup-macos.yml +++ b/.github/workflows/test-setup-macos.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ macos-13, macos-14, macos-15 ] + os: [ macos-14, macos-15 ] fail-fast: [ false ] runs-on: ${{ matrix.os }} steps: