From bdf6337e7b57054ac217d301d03c434ff257da20 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Thu, 11 Dec 2025 14:41:33 +0800 Subject: [PATCH] update --- .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 7d9c172..ed7b403 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -86,7 +86,7 @@ jobs: name: macOS Compatibility strategy: matrix: - os: [macos-15, macos-15-xlarge] + os: [macos-14, macos-15] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4