From eedeb48871075719cc3e569302065de61407cf9d Mon Sep 17 00:00:00 2001 From: Tw93 Date: Thu, 11 Dec 2025 14:39:57 +0800 Subject: [PATCH] Automated test update to macos15 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 53eb0f0..7d9c172 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -86,7 +86,7 @@ jobs: name: macOS Compatibility strategy: matrix: - os: [macos-13, macos-14] + os: [macos-15, macos-15-xlarge] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4