From b647474eff42a5314f82389d6bc5624dfa3bb1be Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Fri, 3 Jan 2025 03:54:18 -0800 Subject: [PATCH] [test.yml] Bump macOS versions (since `macos-12` is no longer supported). --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fad69b4..1c9ef40 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - os: [macos-12, macos-13, macos-14] + os: [macos-13, macos-14, macos-15] runs-on: ${{ matrix.os }} steps: - name: Checkout code