From ac1a1555b7150c060ba6889fd89cebd0f4421870 Mon Sep 17 00:00:00 2001 From: John Lago <750845+Lagoja@users.noreply.github.com> Date: Fri, 6 Feb 2026 10:50:39 -0800 Subject: [PATCH] ci: Replace deprecated macos-13 runner with macos-15 macos-13 images are now deprecated. Update the test matrix to use macos-15 instead, which is the newest available macOS runner. Co-Authored-By: Claude Opus 4.5 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2cb9f41..358cd3b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -24,7 +24,7 @@ jobs: test-action: strategy: matrix: - os: [macos-13, macos-14, macos-latest, ubuntu-latest] + os: [macos-14, macos-15, macos-latest, ubuntu-latest] enable-cache: ['true', 'false'] runs-on: ${{ matrix.os }} steps: